HTMX and Celery Progress?
HTMX and Celery Progress?

I'm back in my test app, going to work out the progress indicators for long running celery tasks triggered by HTMX.

Ideally, we want HTMX to send the request, the server to respond with the initial progress bar, and some on page javascript to poll a progress view until the task is complete.

Let's see what kind of trouble we can get into.