<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Heroku Tips for the Cheap</title>
	<atom:link href="http://www.ioncannon.net/programming/842/heroku-tips-for-the-cheap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ioncannon.net/programming/842/heroku-tips-for-the-cheap/</link>
	<description>Thoughts on Software Development and Engineering</description>
	<lastBuildDate>Thu, 05 Jan 2012 16:35:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Tim</title>
		<link>http://www.ioncannon.net/programming/842/heroku-tips-for-the-cheap/comment-page-1/#comment-227141</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 27 Dec 2011 04:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=842#comment-227141</guid>
		<description>Heroku now has a free cron-like addon called scheduler. It will run jobs daily, hourly or every 10 minutes. 10 minutes is granular enough for my needs. http://addons.heroku.com/scheduler</description>
		<content:encoded><![CDATA[<p>Heroku now has a free cron-like addon called scheduler. It will run jobs daily, hourly or every 10 minutes. 10 minutes is granular enough for my needs. <a href="http://addons.heroku.com/scheduler" rel="nofollow">http://addons.heroku.com/scheduler</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: will</title>
		<link>http://www.ioncannon.net/programming/842/heroku-tips-for-the-cheap/comment-page-1/#comment-211148</link>
		<dc:creator>will</dc:creator>
		<pubDate>Fri, 05 Aug 2011 01:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=842#comment-211148</guid>
		<description>The preferred way to run something more often than the cron addon allows, is to use Procfile run a clock process using a gem like Clockwork. See http://devcenter.heroku.com/articles/process-model

I realize though that it wouldn&#039;t fall under &quot;for the cheap&quot; since you&#039;d need to run a second dyno to do so. But you should try that route out and see if you like it.</description>
		<content:encoded><![CDATA[<p>The preferred way to run something more often than the cron addon allows, is to use Procfile run a clock process using a gem like Clockwork. See <a href="http://devcenter.heroku.com/articles/process-model" rel="nofollow">http://devcenter.heroku.com/articles/process-model</a></p>
<p>I realize though that it wouldn&#039;t fall under &#034;for the cheap&#034; since you&#039;d need to run a second dyno to do so. But you should try that route out and see if you like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: medwezys</title>
		<link>http://www.ioncannon.net/programming/842/heroku-tips-for-the-cheap/comment-page-1/#comment-162178</link>
		<dc:creator>medwezys</dc:creator>
		<pubDate>Sat, 30 Jan 2010 21:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=842#comment-162178</guid>
		<description>BTW, I only needed to add one line to production.rb to make gmail SMTP work under heroku

&lt;i&gt;require &#039;smtp_tls&#039;&lt;/i&gt;

maybe that helps someone</description>
		<content:encoded><![CDATA[<p>BTW, I only needed to add one line to production.rb to make gmail SMTP work under heroku</p>
<p><i>require &#039;smtp_tls&#039;</i></p>
<p>maybe that helps someone</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry Cheung</title>
		<link>http://www.ioncannon.net/programming/842/heroku-tips-for-the-cheap/comment-page-1/#comment-161498</link>
		<dc:creator>Jerry Cheung</dc:creator>
		<pubDate>Thu, 21 Jan 2010 12:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=842#comment-161498</guid>
		<description>I liked your &quot;poor man&#039;s cron&quot; idea and I&#039;m definitely planning on doing to the periodically have my app pull down emails from Gmail for processing since I can&#039;t do &quot;ActionMailer#receive&quot; like I would normally</description>
		<content:encoded><![CDATA[<p>I liked your &#034;poor man&#039;s cron&#034; idea and I&#039;m definitely planning on doing to the periodically have my app pull down emails from Gmail for processing since I can&#039;t do &#034;ActionMailer#receive&#034; like I would normally</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.103 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-01-12 07:24:31 -->

