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

#109 Changed AssignedTasks Chron From 6h to 30min. #112

Merged
merged 3 commits into from
May 11, 2021

Conversation

criske
Copy link
Contributor

@criske criske commented May 11, 2021

Fixes #109

@zoeself
Copy link
Collaborator

zoeself commented May 11, 2021

@criske thank you for your Pull Request. I'll assign someone to review it soon.

Comment on lines +149 to +154
public void reviewPeriodHasCorrectFormat() {
MatcherAssert.assertThat(
Duration.parse(ReviewAssignedTasks.EVERY_30_MINUTES),
Matchers.equalTo(Duration.ofMinutes(30))
);
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@amihaiemil Also tested in a local branch if the scheduler works, but is stupidly complicated to test it... with a custom Clock and TaskScheduler :D
https://gist.github.com/criske/92d71eac24a63fbd36ded2e1882fac99

Copy link
Member

Choose a reason for hiding this comment

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

@criske looks good. Don't worry, we don't have to test the Scheduler. It's part of Spring, which we are supposed to trust... :D

@zoeself
Copy link
Collaborator

zoeself commented May 11, 2021

@amihaiemil please review this Pull Request. Deadline (when it should be merged or closed) is 2021-05-14T10:32:25.761603.

You should check if the requirements have been implemented (partially or in full), if there are unit tests covering the changes and if the CI build passes. Feel free to reject the PR or ask for changes if it's too big or not clear enough.

Estimation here is 30 minutes, that's how much you will be paid. You will be paid even if this PR gets rejected.

@amihaiemil
Copy link
Member

@rultor merge

@rultor
Copy link
Collaborator

rultor commented May 11, 2021

@rultor merge

@amihaiemil OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit da5e053 into self-xdsd:master May 11, 2021
@rultor
Copy link
Collaborator

rultor commented May 11, 2021

@rultor merge

@amihaiemil Done! FYI, the full log is here (took me 3min)

@zoeself
Copy link
Collaborator

zoeself commented May 11, 2021

@amihaiemil thank you for resolving this ticket. I've just added it to your active invoice. You can always check all your invoices and more on the Contributor Dashboard.

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.

Change AssignedTasks Chron From 6h to 30min
4 participants