This commit is contained in:
jlimolina 2025-11-24 23:06:26 +01:00
parent 86ee083b90
commit e3a99d9604
8 changed files with 489 additions and 483 deletions

View file

@ -24,7 +24,7 @@ if __name__ == '__main__':
scheduler.add_job(
fetch_and_store_all,
"interval",
minutes=10,
minutes=3,
id="rss_job",
next_run_time=datetime.utcnow() + timedelta(seconds=10)
)