You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: Uncaught PDOException: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens in /app/vendor/n0nag0n/simple-job-queue/src/Job_Queue.php:316
Stack trace:
#0 /app/vendor/n0nag0n/simple-job-queue/src/Job_Queue.php(316): PDOStatement->execute(Array)
#1 /var/www/html/scripts/worker.php(16): n0nag0n\Job_Queue->getNextBuriedJob()
#2 {main}
thrown in /app/vendor/n0nag0n/simple-job-queue/src/Job_Queue.php on line 316
The text was updated successfully, but these errors were encountered:
It's not clear to me how to kick buried jobs back into the queue - I think this would be great to add into the example.
The way I've been trying (below) isn't working:
I get the following error:
The text was updated successfully, but these errors were encountered: