Skip to content

Push notifications and item status for submitted items #60

Description

@thopkins32

Currently its a bit tricky to track a single item through the queue. I have to:

  1. Submit the item, get its item UID
  2. Poll the queue, manually filter for my item UID
  3. Poll the status (or get stream updates) to see if my item UID is running
  4. 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions