Remove cron job for yearly digest scheduling

This commit is contained in:
Eugene Burmakin 2025-12-27 21:08:23 +01:00
parent 75b5cbd9bd
commit 7e8c881ac2

View file

@ -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