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

Worker not work, but counted as Processed #77

Open
sunra opened this issue Dec 11, 2013 · 2 comments
Open

Worker not work, but counted as Processed #77

sunra opened this issue Dec 11, 2013 · 2 comments

Comments

@sunra
Copy link

sunra commented Dec 11, 2013

Job like:

public function run($args)
{
throw new Exception('Unable to run this job!');
}

counted as "Processed"

real work like as:
\file_put_contents($args['file'], $args['content']);

not processed, while counted as "Processed"

Debian 7, php 5.5.6-1~dotdeb.1, Symfony 2.4.0

@nickdtodd
Copy link

Have you checked out this issue: #65

@t3chn0r
Copy link
Contributor

t3chn0r commented Feb 4, 2014

I'm having exactly the same issue... Documented in here, the worker is not executing the code of the job at all but the job is marked as "processed". I'm lost as to what might be causing the issue, I'm using Symfony 2.4.1 by the way...

@sunra, did you find a solution regarding your problem?

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

3 participants