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

fix(deps): update rust crate tokio-cron-scheduler to 0.13.0 #61

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 21, 2024

This PR contains the following updates:

Package Type Update Change
tokio-cron-scheduler dependencies minor 0.10.2 -> 0.13.0

Release Notes

mvniekerk/tokio-cron-scheduler (tokio-cron-scheduler)

v0.13.0: English scheduling

Compare Source

Thank you @​kaplanelad for the english-to-cron crate and the issue.

This will enable scheduling like "every 10 seconds".
This is feature gated behind the "english" feature.

v0.12.0: - use croner-rust instead of cron

Compare Source

Thank you @​MGough (and @​adrian-kong) for this.

If you want to see why croner-rust is preferable, have a look at this comparison.

The interface in creating jobs are incompatible with the previous versions if you were using the FromStr impl from the cron crate.

v0.11.1: Postgres bugfix

Compare Source

Thank you @​azasypkin for the PR

This fixes a metadatastore bug when using Postgres

v0.11.0: - Job scheduler now has configurable channel size

Compare Source

JobScheduler::new_with_channel_size(1000).await;
The default is 200 when calling JobScheduler::new().await;

This addition allows alleviation of task runner starvation. Stems from Issue #​65 and #​61 .

Enjoy!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/tokio-cron-scheduler-0.x branch from 93da8d7 to a39643b Compare September 22, 2024 10:41
@renovate renovate bot changed the title fix(deps): update rust crate tokio-cron-scheduler to 0.12.0 fix(deps): update rust crate tokio-cron-scheduler to 0.13.0 Sep 22, 2024
@renovate renovate bot force-pushed the renovate/tokio-cron-scheduler-0.x branch from a39643b to a9771c6 Compare October 22, 2024 10:54
@renovate renovate bot force-pushed the renovate/tokio-cron-scheduler-0.x branch from a9771c6 to 947b018 Compare November 1, 2024 03: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.

0 participants