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

Webhook support #7

Open
matvp91 opened this issue Aug 23, 2024 · 0 comments
Open

Webhook support #7

matvp91 opened this issue Aug 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@matvp91
Copy link
Collaborator

matvp91 commented Aug 23, 2024

Is your feature request related to a problem? Please describe.
Today when you want to figure out if a job finished, you'll have to manually poll the api.

Describe the solution you'd like
Instead of periodically asking whether a job is finished, allow a job to include a list of "webhook" URL's that the job can fetch when finished.

Additional context
Sieve (https://docs.sievedata.com/guide/custom-apps/using-webhooks) does it nicely, they allow you to specify a couple of URL's with their corresponding webhook type. This way the entire job processing is stateless and does not require a DB to store the webhook URL.

@matvp91 matvp91 added the enhancement New feature or request label Aug 23, 2024
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