django-q icon indicating copy to clipboard operation
django-q copied to clipboard

Is there any way to Rate Limit / Throttle our specific Cluster?

Open galihlprakoso opened this issue 3 years ago • 1 comments

It's going to be awesome when we could rate limit our Broker by simply putting some configuration in our Cluster?

galihlprakoso avatar May 02 '22 13:05 galihlprakoso

How about just lowering the number of workers in the instance? Using a smaller server to run the worker? In theory, the worker should ideally be running on it's own server and not interfering with anything else.

pysean3 avatar May 04 '22 04:05 pysean3