Skip to content

Commit

Permalink
Schedule deletion of old EventData rows in LMS
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Dec 11, 2024
1 parent d84d1bc commit f221f4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions h_periodic/lms_beat.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,9 @@
"options": {"expires": 1800},
"schedule": timedelta(hours=1),
},
"purge_old_launch_data": {
"task": "lms.tasks.event.purge_launch_data",
"schedule": timedelta(hours=1),
},
},
)

0 comments on commit f221f4c

Please sign in to comment.