Currently its a bit tricky to track a single item through the queue. I have to:
- Submit the item, get its item UID
- Poll the queue, manually filter for my item UID
- Poll the status (or get stream updates) to see if my item UID is running
- Check the history to see if my item completed
It would be a great addition to add an item lifecycle endpoint that allows me to query for the status of my item by its UID.
I.e. item_status(item_uid) -> ItemState or something similar
And also a push-based notification mechanism would be great!
Currently its a bit tricky to track a single item through the queue. I have to:
It would be a great addition to add an item lifecycle endpoint that allows me to query for the status of my item by its UID.
I.e.
item_status(item_uid) -> ItemStateor something similarAnd also a push-based notification mechanism would be great!