Automattic / kue

Kue is a priority job queue backed by redis, built for node.js.
http://automattic.github.io/kue
MIT License
9.46k stars 867 forks source link

Workers error #1163

Open claragpalacios opened 6 years ago

claragpalacios commented 6 years ago

Hello, when i upgrade the MISP application version 2.4.76 to 2.4.77 my worker default Server 9 does not progress in the task and queues other jobs:

My debug.log show:

2018-03-08 10:05:14 Notice: Undefined index: object_id in [/var/www/MISP/app/Model/Attribute.php, line 3065] 2018-03-08 10:05:14 Notice: Undefined index: object_relation in [/var/www/MISP/app/Model/Attribute.php, line 3081]

And my resque-worker-error.log show:

2018-03-08 10:51:58 Notice: Undefined index: object_relation in [/var/www/MISP/app/Model/Attribute.php, line 3081] Notice Error: Undefined index: object_id in [/var/www/MISP/app/Model/Attribute.php, line 3065]

Thank you very much in advance.

I look forward to hearing from you.

Greetings.