Posts Tagged ‘Heroku’
Heroku vs Docker: Which is Best for Developers?
Heroku and Docker are both container-based development environments, ideal for developers to deploy applications without needing the resources required for virtual machines or physical servers. Containers are flexible, scalable, and because they contain a kernel of the operating system in each container, work seamlessly across a range of devices. But how do developers know which development environment is best for them?…
Read MoreIronWorker vs. Dynos
Overview Architecture: IronWorker is a hosted job processing solution that lets you manage container-based workloads. Dynos are isolated Linux containers in Salesforce Heroku that facilitate code based on various commands. Purpose: Use dynos to execute code for specific commands. Use IronWorker to manage and schedule these containers. Scalability: Both IronWorker and dynos scale but in different ways.…
Read MoreIronMQ on Heroku Now Open to the Public
IronMQ is now in General Availability on Heroku so everyone can add it to their Heroku apps. It’s really easy to get started, here’s how: heroku addons:add iron_mq
Read MoreIron.io at Heroku Waza
Hey All, Both Travis and I (co-founders) will be at Heroku Waza tomorrow in San Francisco. It’s Heroku’s first developer event and it’s taking place at Yoshi’s SF, a Japanese Restaurant and Jazz Club. Knowing Heroku, it’ll be a great event. Our partnership with them is growing increasingly strong as we launch IronMQ into general…
Read MoreHeroku + SimpleWorker = General Availability
SimpleWorker is now available as General Availability in the Heroku Add-ons Catalog! In other words, we’re out of private beta and anyone can sign up for use with Heroku. W00t! SimpleWorker is a fully featured worker system that runs elastically on the cloud. Like Delayed_job, you can pass off work asynchronously to run in the…
Read MoreWhy IronWorker is Better than Heroku Workers / Delayed Job
Overview First off, I would like to say that we use and love Heroku, the system they’ve built is game-changing and 100% awesome, but their worker system is limited and does not meet our needs. Here are the top 4 reasons why IronWorker is better than Heroku’s worker system and Delayed Job (Heroku’s system is…
Read MoreSimpleWorker is now a Heroku Add-on!
Now you can start using SimpleWorker in your Heroku apps with minimal effort. It’s currently in private beta as an add-on, but let us know if you want to try it and we’ll try to get you on the list. More information.
Read More