rq-win icon indicating copy to clipboard operation
rq-win copied to clipboard

RQ Worker class that works for development on Windows

Results 7 rq-win issues
Sort by recently updated
recently updated
newest added

New versions of `rq` have arguments `max_idle_time` and `dequeue_strategy`

Hello, I have information about exceptions in exc_info like this: "Moved to FailedJobRegistry at 2022-06-15 15:55:51.418233" How can I get exception message?

Hi Guys, to implement this Worker I have to add a new folder in the project folder or in my app folder, if I add worker.py in my main app...

using command rqworker -w rq_win.WindowsWorker got this error Traceback (most recent call last): File "D:\xxxx\Scripts\rqworker-script.py", line 11, in load_entry_point('rq==1.1.0', 'console_scripts', 'rqworker')() File "D:\xxxx\lib\site-packages\click\core.py", line 764, in __call__ return self.main(*args, **kwargs)...

Hey All! nice project. I'm having an issue running this. `rqworker -w rq_win.WindowsWorker` I'm running Py27-32bit Windows10 ``` PS C:\Users\Bryant> rqworker -w rq_win.WindowsWorker Traceback (most recent call last): File "c:\python27\lib\runpy.py",...

[![enter image description here][1]][1] I develop locally on win10, which is a problem for the usage of the RQ task queue, which only works on linux systems because it requires...

rq compat not found for new version