Koed00 / django-q

A multiprocessing distributed task queue for Django
https://django-q.readthedocs.org
MIT License
1.83k stars 285 forks source link

Not supported in schedule tasks (q_options) #721

Open 871690991 opened 1 year ago

871690991 commented 1 year ago
image

Not supported in schedule tasks (q_options)

https://django-q.readthedocs.io/en/latest/schedules.html But the official document has written support, why?

871690991 commented 1 year ago

When I write it, all parameters are in kwargs

871690991 commented 1 year ago

image image

After a thorough review, the scheduled task does not support receiving this (q_options) parameter,But async_task is supported,https://django-q.readthedocs.io/en/latest/schedules.html But the official document has written support, why?