Skip to content

v0.10.0

@giovanni-guidini giovanni-guidini tagged this 13 Mar 14:54
* Include queue extra config in `task_router`

We now want to have queue-specific config for enterprise-queues.
To get that specific config we need the task name, but it should only be applied if using enterprise-queue.

So a natural way to put it is when we get the queue for a task, we also get any extra config for it.

Putting this in `shared` to make sure it's consistent across `worker` and `api`.
Assets 2
Loading