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

Use a queue to manage events #2

Open
marnheus opened this issue Mar 29, 2024 · 0 comments
Open

Use a queue to manage events #2

marnheus opened this issue Mar 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@marnheus
Copy link
Owner

Currently, the Azure function rules are directly called from the Azure DevOps service hook. The downside to that is that if there is any issue (Azure function downtime, bug...) the event is lost and it's not possible to retry it.
Also, as soon as the function has a few issues, the service hook is put in restricted mode on the Azure DevOps side meaning it's not called anymore.

In order to manage that issue, the idea would be to use a message queue in between the aggregator functions and Azure DevOps.
That would provide a retry functionality and improve the global resilience of the solution.

@marnheus marnheus added the enhancement New feature or request label Mar 29, 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