datatracker/ietf/stats
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
..
management refactor: Move cron jobs to celery tasks (#6926) 2024-01-22 12:04:16 -06:00
migrations fix: build proceedings attendee list from MeetingRegistration table. … (#6567) 2023-11-07 13:09:19 +01:00
__init__.py Actually commit the statistics section. 2016-10-13 15:36:14 +00:00
admin.py Tweaked the MeetingRegistration admin. 2020-06-25 16:22:41 +00:00
factories.py fix: correct meeting attendance calculations (#4536) 2022-10-13 10:55:57 -05:00
models.py chore: checkpoint: docalias mostly removed 2023-08-15 16:49:17 -05:00
resources.py Updated API resources for MeetingRegistration. 2020-06-10 18:22:47 +00:00
tasks.py refactor: Move cron jobs to celery tasks (#6926) 2024-01-22 12:04:16 -06:00
tests.py fix: prevent creation of duplicate MeetingRegistration records (#6593) 2023-11-06 18:22:42 +01:00
urls.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
utils.py refactor: Move cron jobs to celery tasks (#6926) 2024-01-22 12:04:16 -06:00
views.py fix: gather interesting years for stats accounting for published rfcs 2023-12-13 13:14:38 -06:00