Set event watcher loop from 12 to 3 hours
This commit is contained in:
parent
4a75635a55
commit
dfb6751bf9
@ -37,7 +37,7 @@ class ScheduledEventsWatcher(TaskABC):
|
|||||||
if not self._is_maintenance():
|
if not self._is_maintenance():
|
||||||
self.watch.start()
|
self.watch.start()
|
||||||
|
|
||||||
@tasks.loop(hours=12)
|
@tasks.loop(hours=3)
|
||||||
async def watch(self):
|
async def watch(self):
|
||||||
self._logger.info(__name__, "Watching scheduled events")
|
self._logger.info(__name__, "Watching scheduled events")
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user