You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been using django-q for ages, but the project has not received any updates in a few years.
There are also some shortcomings - in particular the tasks seem to run on multiple workers - see #4290
Perhaps it is time to migrate to something like celery:
Better support (project is active)
More comprehensive feature set
Future proofing
I have not yet done the required reading to determine how difficult this might be, or if it would require using redis, etc.
The text was updated successfully, but these errors were encountered:
SchrodingersGat
added
roadmap
This is a roadmap feature with no immediate plans for implementation
setup
Relates to the InvenTree setup / installation process
labels
Feb 4, 2023
@SchrodingersGat the thing I like about django q is that it does not need a broker to run. To my knowledge, we will need redis to use celery. Thus making testing and small bare metal setups harder.
Indeed. I do like the simplicity of the current solution. Before switching I'd like to understand if there is a way around the current issues. The biggest one being the double execution of tasks
We have been using django-q for ages, but the project has not received any updates in a few years.
There are also some shortcomings - in particular the tasks seem to run on multiple workers - see #4290
Perhaps it is time to migrate to something like celery:
I have not yet done the required reading to determine how difficult this might be, or if it would require using redis, etc.
The text was updated successfully, but these errors were encountered: