Bump django-cron from 0.5.1 to 0.6.0
Bumps django-cron from 0.5.1 to 0.6.0.
Release notes
Sourced from django-cron's releases.
version 0.6.0
- Removed message length limit to reflect database
- Simplifies the file-based lock mechanism and fixes the race condition
- Add cron feedback and dry-run functionality
- New features: Run cron on specific days and output errors to a specified log
- Django 4.0 fixes
- Command for making cron jobs running in loop or running several times with the sleep time between
- Run CronJobs on days in month/ monthly
- Name locks by module_name.class_name for higher distinction
- Locking backend with database
- Update requirements to Django 3.2.0 (long-term support)
Changelog
Sourced from django-cron's changelog.
0.6.0
- Update requirements to Django 3.2.0 (long-term support)
Django 4.0 fixes
Removed message length limit to reflect database
Locking backend with database
Name locks by module_name.class_name for higher distinction
Run CronJobs on days in month/ monthly
Command for making cron jobs running in loop or running several times with the sleep time between
New features: Run cron on specific days and output errors to a specified log
Add cron feedback and dry-run functionality
Commits
2a92890Update docs/sample_cron_configurations and package version0a90b90Merge pull request #197 from Tivix/github-actions-config1ead202Update requirements and setup.pye7cec58Update django.ymla4f5b07Merge pull request #195 from Tivix/fix-tests-2dcdbd86Merge pull request #196 from Tivix/github-actions5e13077Create django.ymlf840317Fix failing test82c4939Merge pull request #194 from Tivix/fix-tests00d0ee9fix tests- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)