Wan
Wan
What is you php version ? Cake version ? Do you have a sample of the job ? By second execution, do you mean queueing the job again with the...
@irongomme the error seems obvious in your case `SQLSTATE[HY000]: General error: 2006 MySQL server has gone away` Worker is just forking your cake app and running it with an infinite...
What did you try ?
What is the error ? Does the Heroku instance have the php pcntl installed ?
Solution 1: Remove the short version, and always use `--queue`. Solution 2: Remove the default --quiet from the option. It's useless since it's already been overwritten by `--queue`
+1 for Number 2
:+1:
What kind of errors are you referring to ? Application errors or PHP errors (PHP warning/errors, unrelated to the app logic) ? Errors captured by the debug/error.log on disc are...
Is the plugin located in the `plugins` directory, outside of `app` ?
I didn't take into account the case where the Plugin is installed in the plugins folder outside of your `app` folder. I'm working on it