starlord
starlord
Hello, By any chance will this be updated to 1.8 feature? https://github.com/rq/rq/releases Having the new feature would be great: > `RoundRobinWorker and RandomWorker` classes to control how jobs are dequeued...
Hi, I'm using centos and using xterm as the default TERM. i'm getting this error: CSApprox skipped; terminal only has 8 colors, not 88/256 Try checking :help csapprox-terminal for workarounds...
Hi i'm trying to use @cache() decorator using a worker like celery/dramatiq. Is there a way to use decorator outside of fastapi? ``` @cache() def long_function_query(word): pass # do long...