mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-02 22:13:11 -05:00
feat: timeline event for mealplans (#2050)
* added related user to mealplans * made timeline event message actually optional * added task to create events for mealplan recipes * replaced fk constraint ops with bulk ops * fixed event creation and adjusted query range * indentation is hard * added missing recipe id query filter * added tests
This commit is contained in:
@@ -56,6 +56,7 @@ async def start_scheduler():
|
||||
tasks.purge_group_registration,
|
||||
tasks.purge_password_reset_tokens,
|
||||
tasks.purge_group_data_exports,
|
||||
tasks.create_mealplan_timeline_events,
|
||||
)
|
||||
|
||||
SchedulerRegistry.register_minutely(
|
||||
|
||||
Reference in New Issue
Block a user