Details
Description
Currently if job execution fail then next execution is made immadiate (three times until sucessfull).
There can be a small delay depending from the amount of jobs waiting for execution but i think it is insufficient.
We need more configuration, firs for all:
- the delay between each retry
- configurable the amount of retries
Both values should be configured in JobExecutor.
i think to allow configure delay between each retries is required a new column NEXT_ATTEMPT_TIME in ACT_RU_JOB table.
It should be filled and calculeted during job aquisition and recalculated in DecrementJobRetriesCmd after each fail.
Activity
Dawid Wrzosek
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | ACT-1046.patch [ 58484 ] |
Dawid Wrzosek
made changes -
| Attachment | ACT-1046_v2.patch [ 58498 ] |
Daniel Meyer (camunda)
made changes -
| Assignee | Daniel Meyer [ meyerd ] |
Dawid Wrzosek
made changes -
| Attachment | ACT-1046_v3.patch [ 58765 ] |
Daniel Meyer (camunda)
made changes -
| Fix Version/s | 5.10 [ 18341 ] | |
| Fix Version/s | 5.9 [ 17655 ] |
Bernd Ruecker (camunda)
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |