Supports an additional deployment of Celery workers consuming a queue called "sed" in addition to the default "celery" queue, where SED inference tasks are routed only to these workers. Other tasks are routed to all workers. This should keep the long-running SED tasks from blocking other transient workflow tasks.
Fixes #234
Description of the Change
Supports an additional deployment of Celery workers consuming a queue called "sed" in addition to the default "celery" queue, where SED inference tasks are routed only to these workers. Other tasks are routed to all workers. This should keep the long-running SED tasks from blocking other transient workflow tasks.