Set event watcher loop from 12 to 3 hours
All checks were successful
Deploy staging on push / pre-build (push) Successful in 1s
Deploy staging on push / build-bot (push) Successful in 2m52s
Deploy staging on push / build-web (push) Successful in 1m53s
Deploy staging on push / deploy (push) Successful in 32s

This commit is contained in:
Sven Heidemann 2023-12-10 11:18:30 +01:00
parent 4a75635a55
commit dfb6751bf9

View File

@ -37,7 +37,7 @@ class ScheduledEventsWatcher(TaskABC):
if not self._is_maintenance():
self.watch.start()
@tasks.loop(hours=12)
@tasks.loop(hours=3)
async def watch(self):
self._logger.info(__name__, "Watching scheduled events")
try: