Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Webhooks #8

Open
acroca opened this issue Apr 21, 2015 · 0 comments
Open

Webhooks #8

acroca opened this issue Apr 21, 2015 · 0 comments

Comments

@acroca
Copy link
Contributor

acroca commented Apr 21, 2015

Jobs (and Workers after #7) will support outgoing webhooks.
Webhooks will be urls where the job will send its data when it finishes processing.

The request to the webhook will be a POST request with a json body. The body will be the same as the response from /jobs/{ID}.

In order to call the webhook it'll queue a new job using https://github.com/dolaterio/webhook_caller (docker image is dolaterio/webhook-caller)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant