mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 01:01:39 -05:00
Remove cron job for yearly digest scheduling
This commit is contained in:
parent
75b5cbd9bd
commit
7e8c881ac2
1 changed files with 0 additions and 5 deletions
|
|
@ -49,8 +49,3 @@ nightly_family_invitations_cleanup_job:
|
|||
cron: "30 2 * * *" # every day at 02:30
|
||||
class: "Family::Invitations::CleanupJob"
|
||||
queue: family
|
||||
|
||||
year_end_digest_job:
|
||||
cron: "0 0 1 1 *" # January 1st at 00:00
|
||||
class: "Users::Digests::YearEndSchedulingJob"
|
||||
queue: digests
|
||||
|
|
|
|||
Loading…
Reference in a new issue