Explorar el Código

Extend hours used for snapshots

jherve hace 1 año
padre
commit
9bbe1bc525
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/de_quoi_parle_le_monde/main.py

+ 1 - 1
src/de_quoi_parle_le_monde/main.py

@@ -41,7 +41,7 @@ class Application:
 
     async def _run_snapshot_worker(self):
         logger.info("Starting snapshot service..")
-        jobs = SnapshotJob.create(10, [18])
+        jobs = SnapshotJob.create(10, [8, 12, 18, 22])
 
         async with self.http_client.session() as session:
             worker = SnapshotWorker.create(self.storage, session)