Pheanstalk is a library that serves as an API used to assist in the inter communication between php processes / scripts via a queue system where jobs are created, placed in a FIFO queue (first in, first out), and then processed by worker scripts/processes.
On Laravel 4.2 & Laravel Forge I Made a mistake and accidentally pushed some code on to the production sever, but …
php laravel queue laravel-forge pheanstalk