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

notification service: add custom webhook and retry logic #347

Conversation

alessandro-sorint
Copy link
Contributor

@alessandro-sorint alessandro-sorint commented Jul 12, 2022

fix #339

Add 2 table hook and webhookmessage.

When notification service receive a run event, runEventsHandler checks if there are some hook for that project and save the webhook message for a retry logic.
WebhooksSenderHandler give the webhook messages from the db and send they to the external services.

…dd api to manage hooks. notification service: update runEventsHandler to store messages instead of send it, add webhooksSenderHandler to send webhook messages with retry logic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

notification service: add webhook notifications
1 participant