Add WebSocket support for live progress from Celery #186
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Related to #173, investigate using WebSockets to transfer data to and from the CLI during Celery tasks. This will help reduce the polling required during those tasks as a precursor to #173.
This can't be done cleanly as-is without fundamentally redesigning the entire API. Scrapping this idea for now.