Skip to content

Tags: codingjoe/django-crontask

Tags

1.1.3

Toggle 1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix #21 -- Add gracefull shutdown handling for win32 systems

Harden the CI suite and add multi-OS test runs.


Co-authored-by: Johannes Maron <johannes@maron.family>

1.1.2

Toggle 1.1.2's commit message
Fix #17 -- Fix typo in lock extension task name

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix logger usage in documentation - Task objects don't have logger at…

…tribute (#16)

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add trigger support to cron decorator and deprecate interval (#14)

Instead of adding decorators for all various triggers, let's simply
accept ANY trigger, including custom ones.

We deprecate interval and add some type hints for good measure.


Co-authored-by: Paul Traylor <kungfudiscomonkey@gmail.com>

1.0.3

Toggle 1.0.3's commit message
Fix some small typos

1.0.2

Toggle 1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update logo and use absolute links for PyPi readme (#1)

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
codingjoe Johannes Maron
Update alt text

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
codingjoe Johannes Maron
Initial changes for Django 6.0's tasks framework