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

Provider agent: process activity events sequentially #1109

Merged
merged 1 commit into from
Mar 3, 2021

Conversation

mfranciszkiewicz
Copy link
Contributor

@mfranciszkiewicz mfranciszkiewicz commented Mar 2, 2021

resolves #1095

@mfranciszkiewicz mfranciszkiewicz added bug Something isn't working beta.1 labels Mar 2, 2021
@mfranciszkiewicz mfranciszkiewicz requested review from nieznanysprawiciel and a team March 2, 2021 17:03
log::error!("Error processing activity events: {:?}", error);
}
let elapsed = SystemTime::now().duration_since(started).unwrap_or(ZERO);
let delay = DEFAULT.checked_sub(elapsed).unwrap_or(ZERO);
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@mfranciszkiewicz mfranciszkiewicz merged commit 10b8f7c into release/v0.6 Mar 3, 2021
@mfranciszkiewicz mfranciszkiewicz deleted the mf/prov-activity-event-sequence branch March 3, 2021 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provider - activity events processing bug - Provider got 78 events after weekend
2 participants