Job.enqueue will be required to have a higher throughput. Although it is safe to make sure the existence of queues before enqueueing, we can't ignore the overhead.
This PR introduces Initializer module and declares the queues on application start. Then remove the queue declaration from job enqueue.
Job.enqueue
will be required to have a higher throughput. Although it is safe to make sure the existence of queues before enqueueing, we can't ignore the overhead.This PR introduces Initializer module and declares the queues on application start. Then remove the queue declaration from job enqueue.