datatracker/ietf/utils/management
Jennifer Richards 8d12071bf5
refactor: Move cron jobs to celery tasks (#6926)
* refactor: Factor out helper from fetch_meeting_attendance.py

* feat: Define fetch_meeting_attendance_task task

Equivalent to the fetch_meeting_attendance management command

* chore: Disable fetch_meeting_attendance in bin/daily

* feat: Log errors in fetch_meeting_attendance_task

* feat: Enable a result backend for celery

Ignore results by default, but enable the backend so we
can manage tasks

* feat: Define daily task in ietf.utils.tasks

* refactor: Make bin/send-review-reminders into a task

* refactor: Make bin/send-scheduled-mail into a task

* chore: Update copyright years

* refactor: Make bin/rfc-editor-index-updates into a task

* refactor: Accept date type in rfc index update fn

* chore: Update comment

* fix: Annotate param as Optional

* fix: Revert treating skip_older_than_date as str

Misunderstood the comment, "fixed" a non-bug. Oops.

* feat: mgmt command to create periodic tasks

* feat: add summary of tasks to mgmt cmd

* style: black

* fix: Remove debug statements

* feat: Enable/disable tasks

* chore: Disable periodic tasks by default

* chore: Revert changes to daily and every15m

* fix: Call intended function

* chore: Add task descriptions
2024-01-22 12:04:16 -06:00
..
commands refactor: Move cron jobs to celery tasks (#6926) 2024-01-22 12:04:16 -06:00
__init__.py Added a makefixture management command, from http://djangosnippets.org/snippets/918/, somewhat hacked. 2013-09-29 20:50:51 +00:00
base.py Create management command base class that sends emails on exceptions. Fixes #3356 and #3357. Commit ready for merge. 2021-10-29 01:58:21 +00:00
tests.py Create management command base class that sends emails on exceptions. Fixes #3356 and #3357. Commit ready for merge. 2021-10-29 01:58:21 +00:00