staging #462
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user