Optimize on Redis Queue speed
augmentimpact
PROOP

5 months ago

I am working on a project that entails having multiple jobs on redis being queued and worked on by a worker. However, when there are many sessions inside the pool, the RQs take longer to do the job. These sessions are basically cause by an increase in number of users. What are some of the strategies one would use to handle this?

Attached is the piece of code I am using to manage the Redis Queues.

$10 Bounty

2 Replies

fra
HOBBYTop 10% Contributor

5 months ago

how are the metrics? that's the first thing to check.

I can't see the code, but are there any request to third part services?


fra

how are the metrics? that's the first thing to check.I can't see the code, but are there any request to third part services?

augmentimpact
PROOP

5 months ago

Yes, there's a call to the whatsapp webhook.


Loading...