Tasks and Batches streaming routes #889
Kerollmops
started this conversation in
Experimental features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Enable the
GET /tasks/streamandGET /batches/streamroutes.When enabled, a user can call
GET /tasks/streamorGET /batches/streamto receive live updates on the tasks and batches being enqueued, processed, failed, or succeeded. This uses the Server-Sent Events HTTP protocol to stream changes.All reactions