UrlChecker icon indicating copy to clipboard operation
UrlChecker copied to clipboard

Gracefully handle webhook delivery

Open basav-raj opened this issue 10 months ago • 1 comments

Steps to reproduce

Trigger the send to webhook thing either manually or through automation

Expected behavior

Should await for the status of delivery of the webhook

Actual behavior

webhook delivery isn't guaranteed

URLCheck version

3.2

Android version

Android 15

Android Custom/Specific ROM or Device

Oxygen OS

Other details

Additionally, if the device is offline, the webhooks are not delivered. This is also true if the endpoint used for webhooks has a higher latency for response.

Some sort of internal queuing or retry mechanism would be nice. Not sure if the http client that is currently used supports features such as exponential retry or something similar.

Acknowledgements

  • [x] I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • [x] I have written a short but informative title.
  • [x] I will fill out all of the requested information in this form.

basav-raj avatar Mar 28 '25 06:03 basav-raj