Open
Description
What is the expected feature or enhancement?
Jobs sometimes fail because of temporary server / networking error, and a retry would work. Unfortunately for many iterative algorithms, this means the user would need to restart the entire workload from the beginning. For this reason QuantumInstance
has built-in retry. Since we are encouraging people to use Qiskit Runtime / primitives and not QuantumInstance
, it'd be nice to have the same capability.
Acceptance criteria
Have the options for users to specify max retry (0 being no retry) when running a QRT job.