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
The text was updated successfully, but these errors were encountered:
manu154c
changed the title
php-resque return status of job as one and perform is not called
php-resque return status of job as one and 'perform' function is not called
May 15, 2017
Following is the question along with code sample i asked in stackoverflow https://stackoverflow.com/questions/43950295/php-resque-worker-not-working .
output of redis-cli monitor
`1494823197.952772 [0 127.0.0.1:35868] "SELECT" "0"
1494823197.952912 [0 127.0.0.1:35868] "SADD" "resque:queues" "default"
1494823197.953201 [0 127.0.0.1:35868] "RPUSH" "resque:queue:default" "{"class":"My_Job","args":[{"name":"Chris"}],"id":"5d3629bf42919823d35ddf6ca8e1b609"}"
1494823197.953385 [0 127.0.0.1:35868] "SET" "resque:job:5d3629bf42919823d35ddf6ca8e1b609:status" "{"status":1,"updated":1494823197,"started":1494823197}"
1494823197.953688 [0 127.0.0.1:35868] "EXISTS" "resque:job:5d3629bf42919823d35ddf6ca8e1b609:status"
1494823197.953823 [0 127.0.0.1:35868] "GET" "resque:job:5d3629bf42919823d35ddf6ca8e1b609:status"`
The text was updated successfully, but these errors were encountered: