Webhooks retry policy

If the receiving end of a webhook is offline or returns an error code, will the webhook be retried later?

Litium version: 7.4

hello, webhook will be retried multiple times for up to 5 days after the first failure.
The retry strategy in detail looks like this :

  • Retry in 10 minutes in the first 12 hours.
  • Retry in 30 minutes from 12 hours to 24 hours.
  • Retry in 60 minutes after 24 hrs
  • Giving up the job after 5 days without any success ping.
1 Like

The engine is using the Litium.Application.Events.WebHooks.Engine.WebHookRetrySchedulerService, Litium.Application to get the next execution time.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.