{% extends 'layouts/base.html' %} {% load formats file_extension info_value %} {% block title %} Tables {% endblock title %} {% block extrastyle %} {% endblock extrastyle %} {% 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 | Script | ARGS | {% if request.user.is_authenticated %}Action | {% endif %}
---|
Task | Input | Status | Start TS | End TS | Output | Logs |
---|---|---|---|---|---|---|
{{result.id}} - {{result.task_name}}{{result.task_id}} |
{{result|get_result_field:"input"}} |
{% if result|get_result_field:"status" %} {{result|get_result_field:"status"}} {% else %} RUNNING {% endif %} |
{{result.date_created|date_format}} |
{{result.date_done|date_format}} |
{{result|get_result_field:"output"}} |