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

allow scheduler to schedule all pending tasks #165

Merged
merged 1 commit into from
Apr 24, 2016

Conversation

thatmattbone
Copy link
Contributor

Switched the return to a continue so that any pending, run-once tasks can be sent to the broker in one shot.

This is particularly handy if there's a large amount of run-once tasks that are scheduled in the past and need to be caught up.

@codecov-io
Copy link

Current coverage is 90.82%

Merging #165 into master will decrease coverage by -5.80% as of b64fbcf

@@            master    #165   diff @@
======================================
  Files           40      40       
  Stmts         2724    2725     +1
  Branches         0       0       
  Methods          0       0       
======================================
- Hit           2632    2475   -157
  Partial          0       0       
- Missed          92     250   +158

Review entire Coverage Diff as of b64fbcf

Powered by Codecov. Updated on successful CI builds.

@Koed00
Copy link
Owner

Koed00 commented Apr 24, 2016

Nice one

@Koed00 Koed00 merged commit fb3b595 into Koed00:master Apr 24, 2016
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.

3 participants