Retry design pattern is a software design pattern that allows a process to be repeated automatically if it fails, with a delay, a number of retries or with a specific condition, in order to handle transient errors or failures, thus improving the reliability of the system.