2.4.156/157 - "push_all" tasks is scheduled only first time
Hello all, on our MISP i found that "push_all" task is scheduled only the first time, after i press "update all". Subsequent times is not executed.
In logs I found numerous events like these:
2022-03-30 17:15:04 Notice: Undefined index: Task in [/var/www/MISP/app/Console/Command/ServerShell.php, line 550] 2022-03-30 17:15:04 Notice: Trying to access array offset on value of type null in [/var/www/MISP/app/Console/Command/ServerShell.php, line 550]
2022-03-30 18:33:04 Notice: Undefined index: Task in [/var/www/MISP/app/Console/Command/ServerShell.php, line 550] 2022-03-30 18:33:04 Notice: Trying to access array offset on value of type null in [/var/www/MISP/app/Console/Command/ServerShell.php, line 550]
2022-03-30 19:12:05 Notice: Undefined index: Task in [/var/www/MISP/app/Console/Command/ServerShell.php, line 550] 2022-03-30 19:12:05 Notice: Trying to access array offset on value of type null in [/var/www/MISP/app/Console/Command/ServerShell.php, line 550]
Each event's time is when the task should have run automatically the second time.
Could it be a bug? Can someone help me analyze the issue?
Thank you for your support