{% extends "layout.html" %} {% block content %}

Gumo Task Emulator UI: {{queue_name}}

Back to dashboard {% for task in tasks %} {% if task.histories %} {% endif %} {% endfor %}
Key Name State Relative URI Scheduled At Attempts Run at Action
{{task.key.name()}} {{task.state.value}} {{task.method}} {{task.relative_uri}} {{task.schedule_time}} {{task.attempts}} {{task.run_at}} Detail Retry Mark As Failed
Payload {{task.payload}}
{% for history in task.histories %} {% endfor %}
Process Started At Status Code Response Body Error Message
{{history.started_at}} {{history.status_code}} {{history.response_body}} {{history.error_message}}
{% endblock %}