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)
Celery not receiving tasks to run in background
I'm having an issue setting up celery to work with my flask app. I've used a barebones app to test the configuration and have found that my celery worker is started but not picking up any of the tasks...
Kevin Burt
Votes: 0
Answers: 2
Is it possible to see the names / tags of all active consumers of a queue using the RabbitMQ .NET client?
I am creating a .NET application that will consume from several third-party queues that my application does not create or maintain, and I would like to make it so there is one consumer per queue per i...
draconastar
Votes: 0
Answers: 1
How to reuse connection to amqp across the whole app?
I have a problem with reusing of the connection to amqp in my express/typescript app. Below is my code:
import * as amqp from "amqplib";
export const amqpConnection = async (): Promise<...
BokuNoHeeeero
Votes: 0
Answers: 0