What is the best way to manage multiple queues for functions to line up to process in programming?
I’ve tried subprocesses, Redis, rabbitmq and haven’t been having any success
#asknostr #programming #python
What is the best way to manage multiple queues for functions to line up to process in programming?
I’ve tried subprocesses, Redis, rabbitmq and haven’t been having any success
#asknostr #programming #python
Azure pipelines?
Thanks, I’ll look into it! I honestly just need something new to look at before I pull my hair out
For context:
I have a bot searching for requests and queuing the jobs for workers dedicated to each queue
I’ll try this out!

Why is rabbitmq insufficient? There is a python task queue that runs on rabbitmq called Celery which should do what you want.
It’s less about being insufficient and more about I don’t know what I’m doing
Well, I can't help there. The Celery docs should be pretty straight forward. I think tasks can be sent via CLI too.
If you have any examples or solid references I can check out that would be awesome
ChatGPT has not been helpful and I haven’t found the right YouTube video yet