Description
Important scheduled jobs can be retried until they complete successfully instead of failing once and being forgotten. It is useful for administrators who need resilient maintenance tasks, backups, or periodic scripts.
Retrying jobs can repeat side effects if scripts are not idempotent. Review commands carefully before using it with tasks that modify files, send messages, or change remote systems.