SimpleWorker: run and schedule jobs in the cloud
SimpleWorker is an easy way to run tasks in your application in the cloud. It's perfect for using as a worker queue to run background jobs for your app. You can also use it as a Ruby Compute Cloud for running large jobs or sets of parallel jobs in the cloud.
It's simple, transparent, and ready to go as soon as you sign up. Here's how it works. You create worker classes in your code and then you queue them up in your app to run immediately or schedule them to run later. The jobs get passed to SimpleWorker to run in the cloud. It's that simple. A few of the key features and core benefits include: Runs background jobs in the cloudEasy to use, painless to setup, ready to go from the start
Flexible scheduling - one-time in the future, recurring schedule, very configurable
Massively scalable and parallel - queue up and run as many jobs as you want
Extremely cost effective - $0.05 per hour billed by the second so you really only pay for what you use. If you only use 1 minute per hour you only pay $0.0008 per hour. 5 hours are free. http://www.simpleworker.com/
