Searched refs:retryInterval (Results 1 – 6 of 6) sorted by relevance
6 retryInterval=120 echo "Retry $retries/$maxRetries: Command failed. Retrying in $retryInterval seconds..."21 sleep $retryInterval
14 local retryInterval=${3:-1}27 sleep "$retryInterval"
127 std::optional<uint32_t> retryInterval; in requestRoutesEventService() local131 "DeliveryRetryIntervalSeconds", retryInterval, // in requestRoutesEventService()162 if (retryInterval) in requestRoutesEventService()165 if ((*retryInterval < 5) || (*retryInterval > 180)) in requestRoutesEventService()168 asyncResp->res, std::to_string(*retryInterval), in requestRoutesEventService()174 *retryInterval; in requestRoutesEventService()
171 retryInterval = std::get<uint8_t>(properties["RetryIntervalMS"]) * in updateSOLParameter()336 sol::Manager::get().retryInterval = in procSolConfChange()
177 std::chrono::milliseconds retryInterval = 100ms; member in sol::Manager
85 std::chrono::microseconds interval = sol::Manager::get().retryInterval; in enableRetryTimer()