Is your feature request related to a problem? Please describe.
When a job getting stuck while doing a backup or sending it to the cloud, a timeout and retry policy would be awesome so that a success is guaranteed.
Describe the solution you'd like
Add a new field to the sheduling with a timeout and one for the number of retries that should be executed until failure. If the backup process exceeded the timeout stop the process and retry it. This is not counted as a failure of the backup. A failure message is sent when all retries tried and all failed.
Do the same procedure for the cloud backup as well with same fields.
Describe alternatives you've considered
If there is an already existing solution, I couldn't find it.
Additional context
It would be an improvement to make a backup more resilient.
Is your feature request related to a problem? Please describe.
When a job getting stuck while doing a backup or sending it to the cloud, a timeout and retry policy would be awesome so that a success is guaranteed.
Describe the solution you'd like
Add a new field to the sheduling with a timeout and one for the number of retries that should be executed until failure. If the backup process exceeded the timeout stop the process and retry it. This is not counted as a failure of the backup. A failure message is sent when all retries tried and all failed.
Do the same procedure for the cloud backup as well with same fields.
Describe alternatives you've considered
If there is an already existing solution, I couldn't find it.
Additional context
It would be an improvement to make a backup more resilient.