{% extends 'tasks/base.html' %} {% load formats %} {% block title %} Tables {% endblock title %} {% block stylesheets %} {% endblock stylesheets %} {% block content %}
Superusers are able to create/cancel tasks.
Ordinary users can only view execution logs and running tasks (no other interactions allowed).
No scripts detected - Please update the configuration (CELERY_SCRIPTS_DIR, CELERY_LOGS_DIR)
{% endif %}Name | Script | STATE | Input | Latest EXEC | {% if request.user.is_superuser %}Action | {% endif %}
---|
Task | Input | Status | Start TS | End TS | Output | Logs |
---|---|---|---|---|---|---|
{{result.id}} - {{result.task_name}}{{result.task_id}} |
{{result|get_result_field:"input"}} |
{{result.status}} |
{{result.date_created|date_format}} |
{{result.date_done|date_format}} |
{{result|get_result_field:"output"}} |