|
8 | 8 | - patients
|
9 | 9 | - pds
|
10 | 10 | - immunisations_api
|
| 11 | +:scheduler: |
| 12 | + :schedule: |
| 13 | + clinic_session_invitations: |
| 14 | + cron: "0 9 * * *" |
| 15 | + class: EnqueueClinicSessionInvitationsJob |
| 16 | + description: Send school clinic invitation emails to parents |
| 17 | + invalidate_self_consents: |
| 18 | + cron: "0 2 * * *" |
| 19 | + class: InvalidateSelfConsentsJob |
| 20 | + description: Invalidate all self-consents and associated triage for the previous day |
| 21 | + patients_aged_out_of_school: |
| 22 | + cron: "0 5 * * *" |
| 23 | + class: PatientsAgedOutOfSchoolJob |
| 24 | + description: Moves patients who have aged out of their school to unknown school |
| 25 | + patients_clear_registration: |
| 26 | + cron: "15 5 * * *" |
| 27 | + class: PatientsClearRegistrationJob |
| 28 | + description: Clears the registration of patients for the previous academic year |
| 29 | + patients_refused_consent_already_vaccinated: |
| 30 | + cron: "30 5 * * *" |
| 31 | + class: PatientsRefusedConsentAlreadyVaccinatedJob |
| 32 | + description: Record already vaccinated for patients who refused consent in the previous academic year for that reason |
| 33 | + remove_import_csv: |
| 34 | + cron: "0 1 * * *" |
| 35 | + class: RemoveImportCSVJob |
| 36 | + description: Remove CSV data from old cohort and immunisation imports |
| 37 | + school_consent_requests: |
| 38 | + cron: "0 16 * * *" |
| 39 | + class: EnqueueSchoolConsentRequestsJob |
| 40 | + description: Send school consent request emails to parents for each session |
| 41 | + school_consent_reminders: |
| 42 | + cron: "15 16 * * *", |
| 43 | + class: EnqueueSchoolConsentRemindersJob |
| 44 | + description: Send school consent reminder emails to parents for each session |
| 45 | + school_session_reminders: |
| 46 | + cron: "0 9 * * *" |
| 47 | + class: SendSchoolSessionRemindersJob |
| 48 | + description: Send school session reminder emails to parents |
| 49 | + status_updater: |
| 50 | + cron: "0 3 * * *" |
| 51 | + class: StatusUpdaterJob |
| 52 | + description: Updates the status of all patients |
| 53 | + trim_active_record_sessions: |
| 54 | + cron: "0 2 * * *" |
| 55 | + class: TrimActiveRecordSessionsJob |
| 56 | + description: Remove ActiveRecord sessions older than 30 days |
| 57 | + update_patients_from_pds: |
| 58 | + cron: "0 0,6,12,18 * * *" |
| 59 | + class: EnqueueUpdatePatientsFromPDSJob |
| 60 | + description: Keep patient details up to date with PDS |
| 61 | + vaccination_confirmations: |
| 62 | + cron: "0 13,16,19 * * *" |
| 63 | + class: SendVaccinationConfirmationsJob |
| 64 | + description: Send vaccination confirmation emails to parents |
0 commit comments