spiral-modules / jobs

RoadRunner: Background PHP workers, Queue brokers
MIT License
60 stars 11 forks source link

Job pipelines are neither pause not resumed. #58

Closed sujit-baniya closed 3 years ago

sujit-baniya commented 4 years ago

On MacBook i7 16GB Workers: 2 Broker: AMQP

I tried to stress run a job by command: ab -c 100 -n 5000 http://localhost:8080/

In the middle, I paused the consumption by command: ./spiral jobs:pause local

In ideal scenario, The jobs should be paused and should not be released.

But the jobs are executing without any pause.

https://storyxpress.co/video/k9d272h6sjy6fhske

rustatian commented 3 years ago

Jobs for the RR1 are almost deprecated. The new plugin is coming. Feel free to reopen this issue in the RR2.