Skip to content

Generation aware scheduling #92

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

Merged
merged 6 commits into from
May 3, 2020
Merged

Generation aware scheduling #92

merged 6 commits into from
May 3, 2020

Conversation

csviri
Copy link
Collaborator

@csviri csviri commented May 3, 2020

Will process events only if generation attribute is increased from last execution. (Configurable with flag)

@csviri csviri mentioned this pull request May 3, 2020
@csviri csviri merged commit 4c0a462 into master May 3, 2020
"Start time of event 2 is after end time of event 1");

assertThat(eventProcessingList.get(0).getException()).isNotNull();
assertThat(eventProcessingList.get(1).getException()).isNull();
}

@Test
public void numberOfRetriesIsLimited() {
public void numberOfRetriesCanBeLimited() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

What does this test do? It's definitely not self-explanatory...

@csviri csviri deleted the generation-aware-scheduling branch May 12, 2020 10:49
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.

2 participants