Tags: code-monkeys/jobby
Tags
Right use of PDO sentence (jobbyphp#108) When you use named parameters you must create an array with key, and the key must have the same name that was defined in the query, also called placeholder. Currently the script sends positional parameters.
Split stdout and stderr in different files (jobbyphp#103) * split stdout and stderr in different files * fix codestyle
Pin the time before looping jobs and running them in order to prevent… … schedule slip jobbyphp#100 (jobbyphp#104)
PreviousNext