Open MrVhek opened 2 years ago
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 ?
Hi, same question here
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 ?