Integrations
Start Your Engines! SimpleWorker is now an Engine Yard Partner
Engine Yard has been hosting, deploying, managing and scaling Rails applications since before the “cloud” was cool and they’re still doing it, better than ever and with more “cloud” than ever. And as of this week, we’re happy and proud to be one of their Platform Services partners. https://www.engineyard.com/partner/simpleworker If you’re using Engine Yard and…
Read MoreWorkers + NoSQL
Chad Arimura will be speaking at the MongoSF conference next Tuesday, May 24th. He’ll be showing off the combination of SimpleWorker and MongoDB. As databases moves to more elastic and sharded NoSQL solutions like MongoDB, more and more processing moves from the data tier to the application tier. This shift makes background processing queues an…
Read MoreAutoload Rails Models for Super Easy Rails Integration
SimpleWorker will now include all the models in your Rails app automatically so you don’t have to merge them manually. Just use them almost as if they were to be run locally and you’re good to go. eg; class MyWorker < SimpleWorker::Base attr_accessor :user_id def run # User model will automatically be available, so just…
Read More