SlideRuleEarth / sliderule-prov-sys

Provisioning System for Slide Rule clusters
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Create a run table and reorganize the celery queues #111

Closed cugarteblair closed 10 months ago

cugarteblair commented 12 months ago

Create a run table to queue requests from all the organizations. Remove the queues per org and create a single queue to throttle the number of outstanding commands to the number of workers created

cugarteblair commented 10 months ago

This was OBE. We no longer use celery. We use django-rq. (redis queues)