misc: start wcs-olap cron jobs earlier (#79540)
gitea/bijoe/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-07-08 08:47:01 +02:00
parent 34c4368135
commit 32b8edc57f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ def wcs_olap(wcs_olap_ini_paths):
launch_wcs_olap(wcs_olap_ini_path)
@cron(0, 3, -1, -1, -1, target='spooler')
@cron(0, 1, -1, -1, -1, target='spooler')
@log_exception('enqueuing of wcs-olap jobs')
def cron_enqueue_wcs_olap(num):
if getattr(settings, 'DISABLE_CRON_JOBS'):