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

build(deps): bump github.com/go-co-op/gocron from 0.1.1 to 0.8.0 #21

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps github.com/go-co-op/gocron from 0.1.1 to 0.8.0.

Release notes

Sourced from github.com/go-co-op/gocron's releases.

v0.8.0

Added

  • when multiple errors occur creating a job, they are now wrapped and returned (#130) @​JohnRoesler
  • allowing the enforcement of unique tags when set through the scheduler with Scheduler.TagsUnique() (#136) @​JohnRoesler
  • a new explicit interval func Milliseconds() - this was already available through Every(500ms) (#137) @​JohnRoesler

Changed

  • the Job.Err func has been renamed Job.Error (#137) @​JohnRoesler
  • the default behavior of LimitRunsTo removes the job from the scheduler (#137) @​JohnRoesler
    • nothing can be done with a stopped job in the scheduler so we opted to remove the job instead
  • At() now accepts either string or time.Time (parses out only h,m,s) (#137) @​JohnRoesler

Removed

Chores

v0.7.1

Fixed

  • Clear() now properly stops all jobs before removing them from the scheduler (#134) @​JohnRoesler

Chores

  • Updated the readme with details around different job modes and combinations of schedule options (2a8757a) @​JohnRoesler

v0.7.0

Added

  • singleflight mode, if the same job tries to run again while a previous run hasn't finished yet, it will either wait to run or skip the run (#123) thanks @​farwydi
  • the ability to limit the number of concurrent jobs, useful for resource intensive jobs (#126) thanks @​dustin-decker

Changed

  • we now send jobs to a job executor through channels instead of handling them directly in the scheduler, allowing us to get rid of many mutexes (#122) @​JohnRoesler

Fixed

v0.6.0

Added

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 0.1.1 to 0.8.0.
- [Release notes](https://github.com/go-co-op/gocron/releases)
- [Commits](go-co-op/gocron@v0.1.1...v0.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 15, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 17, 2022

Superseded by #28.

@dependabot dependabot bot closed this Jan 17, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/develop/github.com/go-co-op/gocron-0.8.0 branch January 17, 2022 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants