dancrew32 / marcel

The PHP 5.4 MVC with Shoes On: ActiveRecord, User/Session, Generators, SCSS, (Twitter Bootstrap) Integration, Workers, Cron Management, Image Manipulation, Caching, Git Management, Mail & Mail Parsing, OCR, Scraping, Selenium, Mustache, Markdown, Phone & Text Messaging, WebSockets, BitTorrent and much more!
5 stars 0 forks source link

cron to keep worker processing up above specified count #138

Open dancrew32 opened 10 years ago

dancrew32 commented 10 years ago

untaught errors are stopping queue processing, since they're set aside as failures, restarting a failed queue makes sense. just do a ps aux | ack --count test for worker.php and spawn the difference (or reduce? safe shutdown sounds tricky)