Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Apr 18, 2023
1 parent 4fbb6f7 commit f7037ff
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 59 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ Django RQ Scheduler

Documentation can be found in https://django-rq-scheduler.readthedocs.io/en/latest/

> **Warning**: In v2023.3.0, django-rq-scheduler was refactored significantly to support
> calculation of parameters in runtime.
> You can now add a callable param to your scheduled job, and it will be
> calculated when the job is performed.
>
> 1. It is highly recommended you save your existing database before upgrading!
> 2. Once you upgraded, recreate your jobs.
> **Note**: Starting v2023.5.0, django-rq-scheduler does not require django-rq.
> All required views were migrated. Make sure to read the installation notes in the documentation.
> Particularly how to set up your `urls.py`.
> **Note** Starting v2023.1, requirement for rq_scheduler was removed and instead
> one of the django-rq workers should run with `--with-scheduler` parameter
Expand Down
109 changes: 57 additions & 52 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f7037ff

Please sign in to comment.