# Event Target Delivery automatic retry

**URL:** https://community.nextw.com/t/event-target-delivery-automatic-retry/1321
**Category:** Nextworld Platform
**Created:** [October 8, 2025, 10:43pm UTC](https://community.nextw.com/t/event-target-delivery-automatic-retry/1321 "2025-10-08T22:43:25Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ian.p](https://sea1.discourse-cdn.com/flex001/user_avatar/community.nextw.com/ian.p/32/427_2.png) [@ian.p](https://community.nextw.com/u/ian.p)
#### Post date: [October 8, 2025, 10:43pm UTC](https://community.nextw.com/t/event-target-delivery-automatic-retry/1321/1 "2025-10-08T22:43:25Z")

</div>

In business eventing, it is possible to have a type = Transaction logic block connected to an event by an event rule. If that logic block errors, the event target delivery record will show `Target Delivery Status` = `Error`.

 ![image](https://us1.discourse-cdn.com/flex001/uploads/nextworld/original/1X/a1db5273b1b48461adf259b214c1a6d22a1c2eb0.png)

Does automatic retry happen for these say for the situation where the logic block hits a lock timeout one time but might succeed the next time - or do they have to always be manually resubmitted using the available resubmit or bulk resubmit actions?

---

<div class="post-metadata">

### Author: ![alex.solorio](https://sea1.discourse-cdn.com/flex001/user_avatar/community.nextw.com/alex.solorio/32/133_2.png) [@alex.solorio](https://community.nextw.com/u/alex.solorio)
#### Post date: [October 8, 2025, 11:11pm UTC](https://community.nextw.com/t/event-target-delivery-automatic-retry/1321/2 "2025-10-08T23:11:32Z")

</div>

Hey Ian! Yes, all event targets are automatically retried by the system up to 4 times before reaching a state where manual intervention is needed to retry again. You can track how many times a target has already been automatically retried by checking the `Failure Count` field.

After each failure, a new `Next Submission Time` is calculated using an exponential backoff algorithm to ensure that reattempts are spaced out over time. That `Next Submission Time` is visible in the app.

When a _manual_ retry occurs, the failure count resets to `0`, meaning we will once again automatically retry up to 4 times.

---

<div class="post-metadata">

### Author: ![ian.p](https://sea1.discourse-cdn.com/flex001/user_avatar/community.nextw.com/ian.p/32/427_2.png) [@ian.p](https://community.nextw.com/u/ian.p)
#### Post date: [October 9, 2025, 1:49pm UTC](https://community.nextw.com/t/event-target-delivery-automatic-retry/1321/3 "2025-10-09T13:49:18Z")

</div>

Thanks! Can confirm - I took a closer look at an event that had failed and am now noticing the `Failure Count` incrementing like you said and stopping after a 4 total tries (3 retries).

 ![image](https://us1.discourse-cdn.com/flex001/uploads/nextworld/original/1X/4954a9fcd05a861914f15c4eb2ad9c16098e9803.png)
