I created a webhook I let ran on my forge application. Webhook is "system": "derivative", on "event": "extraction.finished".
After a few weeks, hook was not triggered anymore. When I query it to check what was going:
- webhook is still present
- But, I now have "status": "inactive" (it was active at creation time)
I got no feedback why this hook was disabled (only way to figure it out is by being reported my main app was broken from users).
What can deactivate a webhook? is it expected?
Current workaround I have so far is re-create the webhook, which comes back with active status. Unfortunately, this is definitely a short-term solution since I do not know when it will move to inactive again.
Thank you,