Closed sdfjklmin closed 8 months ago
You can recreate a server and specify queues for each of the two servers. so that tasks go into the corresponding queue.
This way, one server sets one concurrency, and the other server can set multiple concurrencies
client.Enqueue(task1, asynq.Queue("notifications"))
How to add concurrency to a task ?