staging #462

Merged
edraft merged 35 commits from staging into master 2023-12-17 01:03:15 +01:00
Showing only changes of commit dfb6751bf9 - Show all commits

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: