Currently, the events can only be logged in the console.
This PR adds the ability to enables webhooks for the events.
If enabled, Onyxia-API will do a async POST request to the webhook url with the event content.
Onyxia-API will NOT retry if the webhook backend suffers a temporary failure.
Currently, the events can only be logged in the console.
This PR adds the ability to enables webhooks for the events.
If enabled, Onyxia-API will do a async POST request to the webhook url with the event content.
Onyxia-API will NOT retry if the webhook backend suffers a temporary failure.