You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But, class Enqueue\JobQueue\JobProcessor at method sendCalculateRootJobStatusEvent sending an event by producer, not command, so root job status is never updates.
Possible solution:
1 - CalculateRootJobStatusProcessor should implement TopicSubscriberInterface again.
2 - JobProcessor should sent command instead of event at method sendCalculateRootJobStatusEvent
The text was updated successfully, but these errors were encountered:
you-ser
changed the title
[job-queue] CalculateRootJobStatusProcessor subscribe to command instead of topic
[job-queue] CalculateRootJobStatusProcessor subscribed to command instead of topic
Jan 17, 2019
Problem:
CalculateRootJobStatusProcessor stop wotking after commit php-enqueue/job-queue@1362b4d
Description:
Class
Enqueue\JobQueue\CalculateRootJobStatusProcessor
now implementingCommandSubscriberInterface
and subscribed to command :But, class
Enqueue\JobQueue\JobProcessor
at methodsendCalculateRootJobStatusEvent
sending an event by producer, not command, so root job status is never updates.Possible solution:
1 -
CalculateRootJobStatusProcessor
should implementTopicSubscriberInterface
again.2 -
JobProcessor
should sent command instead of event at methodsendCalculateRootJobStatusEvent
The text was updated successfully, but these errors were encountered: