Spaces:
Runtime error
Runtime error
Clémentine
commited on
Commit
•
0b53820
1
Parent(s):
47aab9d
testing the dynamic updater at 30, without the CI
Browse files
app.py
CHANGED
@@ -459,7 +459,7 @@ with demo:
|
|
459 |
|
460 |
scheduler = BackgroundScheduler()
|
461 |
scheduler.add_job(restart_space, "interval", seconds=10800) # restarted every 3h
|
462 |
-
scheduler.add_job(update_dynamic_files, "cron", minute=
|
463 |
scheduler.start()
|
464 |
|
465 |
demo.queue(default_concurrency_limit=40).launch()
|
|
|
459 |
|
460 |
scheduler = BackgroundScheduler()
|
461 |
scheduler.add_job(restart_space, "interval", seconds=10800) # restarted every 3h
|
462 |
+
scheduler.add_job(update_dynamic_files, "cron", minute=30) # launched every hour on the hour
|
463 |
scheduler.start()
|
464 |
|
465 |
demo.queue(default_concurrency_limit=40).launch()
|