mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-11 21:18:36 +03:00
refactor: add strategy.process() to BaseStrategy
This commit is contained in:
@@ -20,6 +20,7 @@ class TaskQueue:
|
||||
allow for full separation of worker processes and dependencies.
|
||||
"""
|
||||
transcribe = self.celery.signature("app.worker.main.transcribe")
|
||||
# TODO: catch delivery errors?
|
||||
transcribe.delay(job.id)
|
||||
|
||||
def rehydrate(self, session: Session):
|
||||
|
||||
Reference in New Issue
Block a user