mirror of
https://github.com/flibusta-apps/meilie_updater.git
synced 2025-12-06 15:15:37 +01:00
Update max jobs count
This commit is contained in:
@@ -12,6 +12,6 @@ class WorkerSettings:
|
|||||||
functions = [update, update_books, update_authors, update_sequences]
|
functions = [update, update_books, update_authors, update_sequences]
|
||||||
on_startup = startup
|
on_startup = startup
|
||||||
redis_settings = get_redis_settings()
|
redis_settings = get_redis_settings()
|
||||||
max_jobs = 3
|
max_jobs = 1
|
||||||
job_timeout = 15 * 60
|
job_timeout = 15 * 60
|
||||||
cron_jobs = [cron(update, hour={6}, minute=0)]
|
cron_jobs = [cron(update, hour={6}, minute=0)]
|
||||||
|
|||||||
Reference in New Issue
Block a user