pub const MAX_CONCURRENT_TASKS: usize = 64;
Specifies how many concurrent jobs can be buffered in the worker channel.