[GH-ISSUE #3926] django-rq rqcron depends on higher version than configured #1939

Closed
opened 2026-02-27 11:19:58 +03:00 by kerem · 0 comments
Owner

Originally created by @danielfdickinson on GitHub (Feb 17, 2026).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/3926

Impacted versions

  • OS Type: Debian
  • OS Version: 12
  • Database Type: PostgreSQL
  • Database version: 15.16
  • Modoboa: 2.7.0
  • installer used: Yes + manual upgrade from 2.6.5
  • Webserver: Nginx

Steps to reproduce

  1. From 2.6.5 (started with 2.6.3 using modoboa-installer), follow upgrade to 2.7.0 steps.
  2. Including do pip install modoboa==2.7.0
  3. Attempt to restart supervisor

Current behavior

rq-scheduler fails to start (manage.py complains rqcron is an unknown command)

After digging, found django-rq was at 3.0.1. Did pip install django-rq==3.2.2

Restarted supervisor. It worked.

Expected behavior

pip install modoboa==2.7.0 should pull in the version of django-rq with rqcron.

Originally created by @danielfdickinson on GitHub (Feb 17, 2026). Original GitHub issue: https://github.com/modoboa/modoboa/issues/3926 # Impacted versions * OS Type: Debian * OS Version: 12 * Database Type: PostgreSQL * Database version: 15.16 * Modoboa: 2.7.0 * installer used: Yes + manual upgrade from 2.6.5 * Webserver: Nginx # Steps to reproduce 1. From 2.6.5 (started with 2.6.3 using modoboa-installer), follow upgrade to 2.7.0 steps. 2. Including do pip install modoboa==2.7.0 3. Attempt to restart supervisor # Current behavior rq-scheduler fails to start (manage.py complains `rqcron` is an unknown command) After digging, found django-rq was at 3.0.1. Did pip install django-rq==3.2.2 Restarted supervisor. It worked. # Expected behavior pip install modoboa==2.7.0 should pull in the version of django-rq with rqcron.
kerem 2026-02-27 11:19:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#1939
No description provided.