-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
add DoWithJobDetails passes a copy of the job to the jobFunc #307
Conversation
Updated |
Thanks for this! |
let me know how it works for you! |
Believe it is working for me and fixes my race condition when determining the next time the job will run, thanks. Took me a bit of time to realize the task function is passed as the first argument to |
What does this do?
Which issue(s) does this PR fix/relate to?
resolves #299
closes #251
List any changes that modify/break current functionality
Have you included tests for your changes?
👍
Did you document any new/modified functionality?
example_test.go
README.md
Notes
main test code
Output