datatracker/bin
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
..
.gitignore Told svn to ignore some additional files under bin/ 2017-06-07 12:30:04 +00:00
check-copyright fix: handle timezones in a bunch of places 2022-09-23 16:11:49 -03:00
count.c Tweaked count helper. 2017-06-18 17:21:14 +00:00
daily refactor: Move cron jobs to celery tasks (#6926) 2024-01-22 12:04:16 -06:00
drop-new-tables Removed the table-list.json file and support for it; there are better ways of cleaning out extra local tables (see bin/drop-new-tables for a starting point) 2017-05-30 00:03:26 +00:00
dump-to-names-json Added a utility script to dump a normalized names.json fixture 2020-05-11 14:23:21 +00:00
every15m fix: reparse last month of rfc-index every 15m until we improve the API for new RFCs (#4314) 2022-08-11 14:20:31 -05:00
hourly Build and maintain a full set of bibxml-ids documents. 2021-12-14 20:56:26 +00:00
mkdiagram Merged in [11792] from rcross@amsl.com: 2016-08-18 15:03:55 +00:00
mm_hourly feat: isolate py27 code interfacing with mailman from py39 code interfacing with django. (#4140) 2022-06-29 16:14:15 -05:00
monthly Cronjob script changes pulled from the production server after the switch to python 3. 2020-02-23 01:28:16 +00:00
release-coverage Simplified the release-coverage script. 2016-12-16 17:52:20 +00:00
test-crawl feat: add ability to skip html validation to test crawler. (#4299) 2022-07-29 15:37:24 -05:00
update Merged in [19071] from mark@painless-security.com: 2021-06-04 18:42:01 +00:00
vnu.jar Rebase (#5416) 2023-03-25 17:37:33 +09:00
weekly Moved the call to notify-expirations from bin/daily to bin/weekly 2020-05-11 14:45:57 +00:00