Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add job details endpoint #111

Open
imyousuf opened this issue Mar 30, 2022 · 0 comments
Open

[FEATURE] Add job details endpoint #111

imyousuf opened this issue Mar 30, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@imyousuf
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
When there is a job id available due to an error, there is no way to look up what message and channel this job belongs to. This causes us to look up the data in the DB directly, which we would ideally want to avoid.

Describe the solution you'd like
A endpoint that exposes the Job details and links to the message, channel, consumer and producer.

Describe alternatives you've considered
The obvious alternate considered is to inspect DB; or alternatively we could create a Webhook Broker CLI that would allow easy inspection of the queue.

Additional context
N/A

@imyousuf imyousuf added the enhancement New feature or request label Mar 30, 2022
@imyousuf imyousuf added this to the v0.2 milestone Mar 30, 2022
@imyousuf imyousuf self-assigned this Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant