Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sweeping skeletons #8

Merged
merged 2 commits into from
Oct 9, 2020
Merged

Sweeping skeletons #8

merged 2 commits into from
Oct 9, 2020

Conversation

krulis-martin
Copy link
Member

... out of the drawers.

janbuchar
janbuchar previously approved these changes Oct 9, 2020
helpers::curl_post(ss.str(), config_.port, params, config_.username, config_.password);
} catch (helpers::curl_exception &exception) {
logger_->critical("curl failed: {}", exception.what());
std::size_t retries = 10; // we come by this value using digital suction
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this fails for any other reason than the API being unreachable, it will block all queued status notifications (that could otherwise proceed without delay). I'm not sure if that's a problem.

@krulis-martin krulis-martin merged commit 3933e31 into master Oct 9, 2020
@krulis-martin krulis-martin deleted the sweeping-skeletons branch October 9, 2020 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants