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

call on getContainer() on class that extends ContainerAwareJob gives an error #122

Open
aherlambang opened this issue Feb 27, 2015 · 1 comment

Comments

@aherlambang
Copy link

I have a job that extends ContainerAwareJob and whenever I call $this->getContainer() it always gives me Resque_Job_DirtyExitException Job exited with exit code 255 when looking at the resque.log I can't find anything there that shows what the error is. How do I debug this?

@danhunsaker
Copy link

Exit code 255 is a PHP fatal error, meaning you crashed the job process, somehow. You might need to check other PHP logs (I don't recall whether Symfony maintains its own, but PHP normally does; your web server logs won't be helpful here, since the workers run via CLI SAPI).

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

2 participants