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

Schedule coroutines ?

Open MrVhek opened this issue 3 years ago • 1 comments

I am trying to add coroutines in the scheduler but I get:

File "Python\Python39\Lib\multiprocessing\queues.py", line 245, in _feed obj = _ForkingPickler.dumps(obj) File "Python\Python39\Lib\multiprocessing\reduction.py", line 51, in dumps cls(buf, protocol).dump(obj) TypeError: cannot pickle 'coroutine' object

Does django q can manage coroutines ?

MrVhek avatar Dec 13 '21 16:12 MrVhek

Hi, same question here

Emilianocm23 avatar Jan 20 '22 18:01 Emilianocm23