This website recently got a major rebuild; if you're missing something, let Lorna know.

    Tag: workers


  1. Logging to Stdout with Monolog


    My worker scripts have really basic logging (as in, they echo when something happens, and I can see those in the supervisord logs). Which is kind of okay, but I wanted to at least add timestamps in to them, and maybe send emails when something REALLY bad happened.

    I'm a …

    Read more

  2. Beanstalk, Pheanstalk and Priorities


    I've got an application that uses Beanstalkd to queue up messages, and some PHP worker scripts that grab messages from the queue and process them. Messages get added by the web application, but can also be added by cron - and when I add a bunch of messages via cron, I …

    Read more