mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-12 21:48:35 +03:00
feat: retry lost jobs on startup
This commit is contained in:
@@ -4,6 +4,6 @@ from app.shared.config import settings
|
||||
|
||||
|
||||
def get_celery_binding() -> Celery:
|
||||
celery = Celery("tasks")
|
||||
celery = Celery()
|
||||
celery.conf.broker_url = settings.BROKER_URL
|
||||
return celery
|
||||
|
||||
Reference in New Issue
Block a user