cancel
Showing results for 
Search instead for 
Did you mean: 

Management Service: Increase the number of retries for a job

falko_menge
Champ in-the-making
Champ in-the-making
Are there plans to have the Management Service being able to increase the number of retries for a job?
3 REPLIES 3

tombaeyens
Champ in-the-making
Champ in-the-making
That's a configuration file configuration.  If we make have to make changeable through a service api call, then we would have to store the value in the DB.  I don't think that is necessary.  Do you?

falko_menge
Champ in-the-making
Champ in-the-making
True. But, what happens if a particular job has repeatedly failed, e.g., because of an external service being unavailable, and the configured number of retires has been exceeded. When the service is online again, would an operator have to increase the number of retries for the failed job manually in the according database table or will there be an API or even a front-end for restarting it?

tombaeyens
Champ in-the-making
Champ in-the-making
Such jobs end up in a special job error table. These jobs can then manually be retried. That list and the retry functionality still need to be implemented in the UI though.