Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php-resque return status of job as one and 'perform' function is not called #349

Open
manu154c opened this issue May 15, 2017 · 0 comments

Comments

@manu154c
Copy link

manu154c commented 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"`

@manu154c 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant