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

Commit

Permalink
Update license
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Apr 11, 2023
1 parent 0877501 commit e0a1f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@ build:
os: "ubuntu-20.04"
tools:
python: "3.11"
# jobs:
# pre_create_environment:
# - asdf plugin add poetry
# - asdf install poetry latest
# - asdf global poetry latest
# post_install:
# - poetry config virtualenvs.create false
# - poetry install

mkdocs:
configuration: mkdocs.yml
Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,15 @@ Django RQ Scheduler

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

> Notice:
>
> In v2023.3.0, django-rq-scheduler was refactored significantly to support
> **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.
> Notice:
>
> Starting v2023.1, requirement for rq_scheduler was removed and instead
> **Note** Starting v2023.1, requirement for rq_scheduler was removed and instead
> one of the django-rq workers should run with `--with-scheduler` parameter
> as mentioned [here](https://github.com/rq/django-rq#support-for-scheduled-jobs).
Expand Down

0 comments on commit e0a1f16

Please sign in to comment.