Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use celery for preview tasks #92

Merged
merged 9 commits into from
Jan 7, 2025
Merged

Use celery for preview tasks #92

merged 9 commits into from
Jan 7, 2025

Conversation

audiodude
Copy link
Owner

Fixes #12

As mentioned in that issue, when we switched to Minio for preview data, the requests were taking too long and the preview service was timing out. Now, we will use celery with a background worker (that has been configured using Fly io) and poll for the task status before showing the preview link.

@audiodude audiodude merged commit a9c0aa5 into main Jan 7, 2025
3 checks passed
@audiodude audiodude deleted the celery branch January 7, 2025 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider integrating Celery for "background tasks" such as site preview generation and ZIP generation
1 participant