misp icon indicating copy to clipboard operation
misp copied to clipboard

Scheduler worker not working after upgrading to 2.5.18

Open jurajdovk opened this issue 4 months ago • 2 comments

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 scheduler program 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

jurajdovk avatar Sep 04 '25 10:09 jurajdovk

I confirm this is not working for me also.

ehboudjema avatar Sep 05 '25 14:09 ehboudjema

I just created #233 to resolve this. Feel free to cherry-pick in to your own builds.

dygland avatar Sep 17 '25 06:09 dygland