Skip to content

Commit

Permalink
🔥 Remove non-1.18 features from backport.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeribekker committed Aug 2, 2024
1 parent 6fa75dc commit e59b450
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 141 deletions.
97 changes: 0 additions & 97 deletions src/open_inwoner/accounts/notifications/tasks.py

This file was deleted.

20 changes: 0 additions & 20 deletions src/open_inwoner/accounts/tasks.py

This file was deleted.

24 changes: 0 additions & 24 deletions src/open_inwoner/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,30 +700,6 @@
"task": "django_yubin.tasks.delete_old_emails",
"schedule": crontab(minute="0", hour="6", day_of_month="*"),
},
"Send emails about expiring actions": {
"task": "open_inwoner.accounts.tasks.schedule_user_notifications",
"schedule": crontab(minute="15", hour="9", day_of_month="*"),
"kwargs": {
"notify_about": "actions",
"channel": "email",
},
},
"Send emails about expiring plans": {
"task": "open_inwoner.accounts.tasks.schedule_user_notifications",
"schedule": crontab(minute="5", hour="9", day_of_month="*"),
"kwargs": {
"notify_about": "plans",
"channel": "email",
},
},
"Send emails about messages": {
"task": "open_inwoner.accounts.tasks.schedule_user_notifications",
"schedule": crontab(minute="*/15", hour="*", day_of_month="*"),
"kwargs": {
"notify_about": "messages",
"channel": "email",
},
},
}

# Only ACK when the task has been executed. This prevents tasks from getting lost, with
Expand Down

0 comments on commit e59b450

Please sign in to comment.