Hi!
i call POST /job/retries/ with
{
“retries”: 5,
“jobQuery”: {
“withRetriesLeft”: 0,
“executable”: false,
“withException”: true,
“noRetriesLeft”: true,
“active”:false
}
}
Batch created and visible in cockpit
But job didnt work, they stuck on 30 job remains and didnt move.
May be i forget something? I use spring boot embedded. My failed job is call external rest. I have custom retry set to R3/PT5M.