django-uwsgi-taskmanager
django-uwsgi-taskmanager copied to clipboard
Django application to monitor and manage long and/or recurring tasks through uWSGI.
I'm a windows user and the stacktrace says it's going to use os.uname, but for windows it has to be platform.uname()...tips? ----------------------------------------------------------------------------------------------------- × python setup.py egg_info did not run successfully....
Hi, I suppose this is kind of an odd one...not necessarily an issue... So, I've got a Docker service using a Dockerized Django app that uses your taskmanager (which is...
Whenever the scheduling fields of an already scheduled task are changed, the old scheduled execution, re-creates a new file in the spooler with the old scheduling values. Thus, multiple files,...
Whenever a uwsgi process dies, in the middle of a spooled task execution, it is respawned. Since this happens before the task is marked as processed, and removed from the...
When a template is used in the command/task I get the error TemplateDoesNotExist, as if they were not loaded in the settings Examples of tasks: - sending emails with associated...