python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Backgroundworker in fastapi is not working properly
I am doing predictions with FastApi using background workers. Everything seems working but if I warp the background worker function in another function and call it then it's not working. Why does this...
user18429890
Votes: 0
Answers: 1
How to assign multiple queues for multiple tasks in celery?
I've a python big data project in which i'm trying to do my tasks using celery and Redis server.
The thing is i need three different queue's for three different tasks which i'm applying to celery to d...
basudev patro
Votes: 0
Answers: 1
Is it wrong for a service to be producer and consumer of Rabbit MQ?
I want to create a "Notifications Microservice" that will handle different type of notifications (Google Chat, Email, etc).
For this task, we will create a microservice that contains the log...
JorgeeFG
Votes: 0
Answers: 1
What is the simplest queue job manager for linux?
Frequently, I and my team of 6 members submit tasks to a computer. We want that the computer loads the next job after the previous one is done. We all use the same user.
In another computer we used TO...
Marco Polo Jimenez
Votes: 0
Answers: 1