<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for mortenheroku</title><link>http://disqus.com/by/mortenheroku/</link><description></description><atom:link href="http://disqus.com/mortenheroku/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 31 Mar 2010 12:50:39 -0000</lastBuildDate><item><title>Re: Heroku | SSL Hostname Add-on Public Beta</title><link>http://blog.heroku.com/archives/2010/3/31/ssl_hostname_add_on_public_beta/#comment-42475415</link><description>&lt;p&gt;To be on the safe side, I'd recommend: 1) remove the current add-on with "heroku addons:remove ssl:ip" 2) re-upload your certs and 3) add the new add-on with "heroku addons:add ssl:hostname".&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Morten Bagai (Heroku)</dc:creator><pubDate>Wed, 31 Mar 2010 12:50:39 -0000</pubDate></item><item><title>Re: Heroku | Manage Heroku with your iPhone</title><link>http://blog.heroku.com/archives/2010/1/26/manage_heroku_with_your_iphone/#comment-31575460</link><description>&lt;p&gt;Hi Tom,&lt;/p&gt;&lt;p&gt;The basic source for the docs app is here: &lt;a href="http://github.com/heroku/heroku-docs" rel="nofollow noopener" target="_blank" title="http://github.com/heroku/heroku-docs"&gt;http://github.com/heroku/he...&lt;/a&gt;.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Morten Bagai (Heroku)</dc:creator><pubDate>Wed, 27 Jan 2010 18:02:39 -0000</pubDate></item><item><title>Re: Heroku | DJ has evolved into Workers</title><link>http://blog.heroku.com/archives/2009/12/3/dj_has_evolved_into_workers/#comment-24732687</link><description>&lt;p&gt;Paul,&lt;/p&gt;&lt;p&gt;I think Oren stated it clearly in his comment.&lt;/p&gt;&lt;p&gt;What we're doing with this release of Heroku Workers is responding to one of the top demands from our customer base: getting access to multiple workers for high-volume job processing, and being able to scale up/down just as easily as you do with dynos. Delivering support for this important use case required an infrastructure and pricing change as outlined in the announcement.&lt;/p&gt;&lt;p&gt;In addition to that, we're aware that there's a different use case for background workers that involves deferring of lightweight/occasional tasks. The typical example is email, and as mentioned Rails 3 is even going to internalize that.&lt;/p&gt;&lt;p&gt;We plan to support that use case too, but we are small team so we have to do things incrementally.&lt;/p&gt;&lt;p&gt;To ensure service and cost continuity for our paying customers who have committed to using the DJ add-on on Heroku, we're offering the monthly service credits. This way, they can continue operating as-is knowing they're covered until we offer a new solution for occasional/lightweight background job processing.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Morten Bagai (Heroku)</dc:creator><pubDate>Thu, 03 Dec 2009 19:03:39 -0000</pubDate></item><item><title>Re: Heroku | DJ has evolved into Workers</title><link>http://blog.heroku.com/archives/2009/12/3/dj_has_evolved_into_workers/#comment-24729901</link><description>&lt;p&gt;Yuri, I don't understand why you would go remove DJ from your apps. If you read the announcement, you'll see that we're issuing you credits to guarantee the $15 price point for the next 6 months.&lt;/p&gt;&lt;p&gt;Best,&lt;/p&gt;&lt;p&gt;Morten&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Morten Bagai (Heroku)</dc:creator><pubDate>Thu, 03 Dec 2009 18:14:28 -0000</pubDate></item><item><title>Re: Heroku | DJ has evolved into Workers</title><link>http://blog.heroku.com/archives/2009/12/3/dj_has_evolved_into_workers/#comment-24705773</link><description>&lt;p&gt;Good question. First of all, a dyno is a one, single-threaded web server process. When a request comes in, the goal should be for your dyno to process it as quickly as possible. A reasonable goal would be that a request should take no more than 100-200ms. Sometimes you'll have request that take longer. Sending email, or modifying an image would be examples of that. The modern approach to such requests is to *not* let the user wait for the page to return, but rather to offload the task to a separate, background process and return immediately with a page that says "Processing your request...". Typically you'd use an AJAX call to poll for the background process complete, and update the page as soon as the job is done. In summary, the whole point of background processing is to hand off jobs from the main web server process to another process, so as not to block the main, user-facing web server process. I hope that explains why polling for Delayed Jobs in your dyno does not make any sense.&lt;/p&gt;&lt;p&gt;As for github, I'm sure what defunkt means is probably that they're running their background processing software on the same virtual or physical server as their web serving software. The point is that they're still separate processes, or even processing tiers.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Morten Bagai (Heroku)</dc:creator><pubDate>Thu, 03 Dec 2009 13:50:11 -0000</pubDate></item><item><title>Re: Heroku | Radiant CMS in 5 Minutes Or Less</title><link>http://blog.heroku.com/archives/2009/3/26/radiant_cms_in_5_minutes_or_less/#comment-15669372</link><description>&lt;p&gt;Yes, you should be able to get going with the free plan. I've done many small Radiant deployments, and it works great. Keep in mind that the 5mb limit is for database records only - it takes a pretty serious blog to accumulate that much data in a year, for example. Of course, depending on traffic and other feature requirements the success of your site will hopefully take you into paid territory at some point :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Morten Bagai (Heroku)</dc:creator><pubDate>Mon, 31 Aug 2009 17:40:32 -0000</pubDate></item><item><title>Re: Heroku | Pimp Your Cart: Shopify Apps on Heroku</title><link>http://blog.heroku.com/archives/2009/6/11/shopify_apps/#comment-10820847</link><description>&lt;p&gt;I believe they're currently running the website here, and some components related to this developer platform. We're super excited to have them, and hope to work even more closely together in the future.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Morten Bagai (Heroku)</dc:creator><pubDate>Fri, 12 Jun 2009 19:31:29 -0000</pubDate></item><item><title>Re: Heroku | Radiant CMS in 5 Minutes Or Less</title><link>http://blog.heroku.com/archives/2009/3/26/radiant_cms_in_5_minutes_or_less/#comment-9797974</link><description>&lt;p&gt;You should ignore log, tmp, config/database.yml and probably also any db/*.sqlite3 files. While it's technically possible to use sqlite3 in the tmp/ dir on Heroku it is most decidedly *not* recommended. The tmp/ is for temporary storage only, so you should always use the provided PostgreSQL db for persistent data storage.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Morten Bagai (Heroku)</dc:creator><pubDate>Fri, 22 May 2009 12:08:22 -0000</pubDate></item><item><title>Re: Heroku | Commercial Launch</title><link>http://blog.heroku.com/archives/2009/4/24/commercial_launch/#comment-8687693</link><description>&lt;p&gt;Yes, you'll get a notification. We'll be providing a variety of ways for you to gain visibility into your current resource usage through the API (and client) as well as the web UI.&lt;/p&gt;&lt;p&gt;Many thanks for the great screencast btw. Really awesome stuff!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Morten Bagai (Heroku)</dc:creator><pubDate>Sat, 25 Apr 2009 13:37:37 -0000</pubDate></item><item><title>Re: Heroku | Deploy Merb, Sinatra, or any Rack App to Heroku</title><link>http://blog.heroku.com/archives/2009/3/5/32_deploy_merb_sinatra_or_any_rack_app_to_heroku/#comment-6947043</link><description>&lt;p&gt;Yes, we do. You can read more about it here: &lt;a href="http://heroku.com/how/architecture#memory-cache" rel="nofollow noopener" target="_blank" title="http://heroku.com/how/architecture#memory-cache"&gt;http://heroku.com/how/archi...&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Best,&lt;/p&gt;&lt;p&gt;/Morten&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Morten Bagai (Heroku)</dc:creator><pubDate>Fri, 06 Mar 2009 12:01:55 -0000</pubDate></item><item><title>Re: Heroku | Why Instant Deployment Matters</title><link>http://blog.heroku.com/archives/2009/2/23/why_instant_deployment_matters/#comment-6578513</link><description>&lt;p&gt;Misfo, you raise a great point. An important aspect of friction in the deployment process is the context shift from application development to system administration/SCM. By curating a managed, best-of-breed production stack that's dead simple to deploy to, we strive to make deployment a seamless extension of development, thereby eliminating the need for that context switch, and the inefficiencies that often follow.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Morten Bagai (Heroku)</dc:creator><pubDate>Tue, 24 Feb 2009 15:28:11 -0000</pubDate></item></channel></rss>