Skip to content

Oban queue simplification

feld requested to merge simpler-oban-queues into develop

Limit number of queues that could be executing concurrently and move some expensive operations like processing Deletes to a dedicated slow queue to reduce the load of processing them on lower resource hardware

Edited by feld

Merge request reports