scimma / blast

Django web app for the automatic characterization of supernova hosts
MIT License
1 stars 2 forks source link

Sed queue #237

Closed manning-ncsa closed 6 months ago

manning-ncsa commented 6 months ago

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.