You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backwards incompatible: admin permission was renamed from view to admin, since the permission allows data modification. Run ./manage.py migrate to update existing permissions. If you reference the codename directly (e.g. user.has_perm('django_rq.view'), update it to django_rq.admin Thanks @terencehonles!
Added support for RQ v2.11's CronScheduler. Thanks @selwin!
Added a cron job detail page showing the job's configuration and its past runs. Thanks @selwin!
Job detail and cron pages now display webhooks. Thanks @selwin!