What’s the proper way to retry a job if it “Failed due to progress deadline”?
If I do nomad job run again it just gives the same error. I have also tried nomad job eval -force-reschedule <job_id> to try and force it to reschedule with no effect. The only thing that worked for me was to purge the job and create it again. What should I do here to force it to re-allocate/reschedule? Thanks!
Bumping again. Essentially, how do I force a task group to retry again? Right now the only workaround for me is to remove the job and run the job again which brings down all other task groups within the job.