Hello

RestaurantsAcai BowlsBookkeeping ServiceCertified Public AccountantsSeattle, Washington

Contact

Address
180th, 3150 S, Seattle, Washington, 98168
Phone
(205) 828-1188
View on map →

Business Hours

Description

I followed celery docs to define 2 queues on my dev machine.,In case and you want to route the tasks dynamically, then when sending the task specify the queue:,Celery can create the queues automatically. It works perfectly for simple cases, where celery default values for routing are ok.,My goal is to have one queue to process only the one task defined in CELERY_ROUTES and default queue to process all other tasks.