Add the ability to determine what position in the queue a run is in

Could be done using an SDK method like so:

```ts
const details = await runs.getQueueDetails(run.id)

// details = { queue: “my-queue”, position: 54 };
```

Upvoters
Status

In Review

Board

💡 Feature Request

Date

10 months ago

Author

Eric Allam

Subscribe to post

Get notified by email when there are changes.