dont always enable hatchet (#809)

* dont always enable hatchet

* fix hatchet worker params

---------

Co-authored-by: Igor Loskutov <igor.loskutoff@gmail.com>
This commit is contained in:
2025-12-23 18:15:33 -05:00
committed by GitHub
parent 3cf9757ac2
commit 7b352f465e
3 changed files with 6 additions and 7 deletions

View File

@@ -188,8 +188,8 @@ async def dispatch_transcript_processing(
room_forces_hatchet = room.use_hatchet if room else False
# Start durable workflow if enabled (Hatchet)
# or if room has use_hatchet=True
use_hatchet = settings.HATCHET_ENABLED or room_forces_hatchet
# and if room has use_hatchet=True
use_hatchet = settings.HATCHET_ENABLED and room_forces_hatchet
if room_forces_hatchet:
logger.info(