#include <basejob.h>
Definition at line 26 of file basejob.h.
◆ duration_t
◆ jobTimeouts
QVector<duration_t> Quotient::JobBackoffStrategy::jobTimeouts |
◆ maxRetries
std::optional<decltype(jobTimeouts)::size_type> Quotient::JobBackoffStrategy::maxRetries = jobTimeouts.size() |
How many times a network request should be tried; std::nullopt means keep trying forever.
Definition at line 31 of file basejob.h.
◆ nextRetryIntervals
QVector<duration_t> Quotient::JobBackoffStrategy::nextRetryIntervals |
The documentation for this struct was generated from the following file: