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 endpoint to accept multiple endpoints #1303

Open
Remi-Tuy opened this issue Nov 5, 2019 · 0 comments
Open

Notification endpoint to accept multiple endpoints #1303

Remi-Tuy opened this issue Nov 5, 2019 · 0 comments

Comments

@Remi-Tuy
Copy link
Contributor

Remi-Tuy commented Nov 5, 2019

Acceptance Criteria

we should be able to setup multiple endpoints in the configurations of the node

notifications:
    endpoint: https://hello.world
    endpoint: https://hello2.world

Expected behaviour

Notifications are sent to the multiple webhooks one after another, the number of webhooks should be limited to 10 to avoid queuing of too many requests.

Actual behaviour

The second endpoint is currently ignored and no notifications are sent to it.

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

No branches or pull requests

1 participant