Scheduler worker not working after upgrading to 2.5.18
Hello,
I upgraded our MISP deployment to 2.5.18 via docker compose pull && docker compose up -d. Since then, the scheduler no longer starts and the UI shows the red banner on Administration → Scheduled Tasks:
The task scheduler is not enabled. To enable it please add the missing
schedulerprogram configuration to your supervisor configuration file. You can find the configuration file in build/supervisor/50-workers.conf.
However, the supervisor config already includes a scheduler program as follows:
`[group:misp-workers] programs=default,email,cache,prio,update,scheduler
[program:scheduler] directory=/home/runner/work/MISP/MISP command=/home/runner/work/MISP/MISP/app/Console/cake scheduler_worker process_name=%(program_name)s_%(process_num)02d numprocs=1 autostart=false autorestart=true stderr_logfile=/tmp/misp-workers-errors.log stdout_logfile=/tmp/misp-workers.log user=www-data`
Environment
Repository/Image: github.com/NUKIB/misp (Docker) MISP version: 2.5.18 Deployment: docker compose (single host) Container user for workers: www-data
Could you please help me to solve this issue?
Thank you
I confirm this is not working for me also.
I just created #233 to resolve this. Feel free to cherry-pick in to your own builds.