{% load static %} django-ray testproject

django-ray

Sample project panel for exploring task queues, workers, and Ray-backed execution.

v{{ django_ray_version }} / debug {% if debug %}on{% else %}off{% endif %}
Total{{ total }}
Queued{{ queued }}
Running{{ running }}
Succeeded{{ succeeded }}
Failed{{ failed }}
Trigger a smoke task

Enqueues add_numbers(2, 3) on the default queue and refreshes stats.

Last action Ready.