mirror of
https://github.com/chatmail/relay.git
synced 2026-08-11 02:50:53 +00:00
d5ac67ecff
Adds max worker capacity of 500 to the worker pool, and an automatic shutdown of idle workers. Messages that would cause the capacity to be exceeded, are deferred. Additionally, ensures that the same worker is not spawned by two tasks at the same time. Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>