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

Releases: dsoftwareinc/django-rq-scheduler

v2023.4.0 🌈

01 Apr 21:24
fa905bf
Compare
Choose a tag to compare

🚀 Features

  • Add management commands to export and import models.
  • Add Run Now @gabriels1234 (#106)

🧰 Maintenance

v2023.3.2 🌈

12 Mar 19:56
67b31a7
Compare
Choose a tag to compare
  • Add missing migration

Full Changelog: v2023.3.1...v2023.3.2

v2023.3.1 🌈

12 Mar 18:12
6ad9e72
Compare
Choose a tag to compare

Changes

  • Fix: error on django-admin when internal scheduler is off

v2023.3.0 🌈

20 Feb 21:53
fc12e36
Compare
Choose a tag to compare

Breaking changes

In v2023.3.0, django-rq-scheduler was refactored significantly to support the calculation of parameters in runtime.

You can now add a callable param to your scheduled job, which will be calculated when the job is performed.

It is highly recommended you save your existing database before upgrading!
Once you upgrade, recreate your jobs.

Changes

v2023.2.1 🌈

27 Jan 16:40
e449a43
Compare
Choose a tag to compare

Changes

v2023.2.0 🌈

14 Jan 21:46
fbf9559
Compare
Choose a tag to compare

Changes

v2023.1.0 🌈

24 Dec 18:35
95b6b3b
Compare
Choose a tag to compare

Breaking changes

  • Remove rq-scheduler dependency

Changes

  • Add support for scheduling at front of the queue #65

v2023.1.0-beta3 🌈

20 Dec 00:09
fa72d43
Compare
Choose a tag to compare

Changes

  • Fix error running action run_job_now in admin

v2023.1.0-beta2 🌈

18 Dec 19:06
6941aae
Compare
Choose a tag to compare
v2023.1.0-beta2 🌈 Pre-release
Pre-release

Changes

  • Add support for scheduling at front of the queue #65

v2023.1.0-beta 🌈

18 Dec 18:42
548a42c
Compare
Choose a tag to compare
v2023.1.0-beta 🌈 Pre-release
Pre-release

Changes

  • Remove rq-scheduler dependency