<?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: Introduction to delayed_job</title>
	<atom:link href="http://jonathanjulian.com/2009/11/introduction-to-delayed_job/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanjulian.com/2009/11/introduction-to-delayed_job/</link>
	<description>Ruby, Rails, JavaScript, software development</description>
	<lastBuildDate>Wed, 18 Jan 2012 16:07:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jjulian</title>
		<link>http://jonathanjulian.com/2009/11/introduction-to-delayed_job/comment-page-1/#comment-75</link>
		<dc:creator>jjulian</dc:creator>
		<pubDate>Thu, 12 Nov 2009 01:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanjulian.com/?p=119#comment-75</guid>
		<description>&lt;p&gt;The delayed_job capistrano recipes require that :rails_env is set. If&lt;br&gt;not, the runner starts in development mode. In your deploy.rb, make&lt;br&gt;sure you set :rails_env:&lt;br&gt;&lt;br&gt;set :rails_env, &#039;production&#039;&lt;br&gt;&lt;br&gt;I got tripped up by this too - and I only solved it by looking at the&lt;br&gt;source. I added a ticket over at&lt;br&gt;&lt;a href=&quot;http://github.com/collectiveidea/delayed_job/issues/#issue/22&quot; rel=&quot;nofollow&quot;&gt;http://github.com/collectiveidea/delayed_job/is...&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The delayed_job capistrano recipes require that :rails_env is set. If<br />not, the runner starts in development mode. In your deploy.rb, make<br />sure you set :rails_env:<br /><br />set :rails_env, &#39;production&#39;<br /><br />I got tripped up by this too &#8211; and I only solved it by looking at the<br />source. I added a ticket over at<br /><a href="http://github.com/collectiveidea/delayed_job/issues/#issue/22" rel="nofollow">http://github.com/collectiveidea/delayed_job/is&#8230;</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: hoenth</title>
		<link>http://jonathanjulian.com/2009/11/introduction-to-delayed_job/comment-page-1/#comment-74</link>
		<dc:creator>hoenth</dc:creator>
		<pubDate>Thu, 12 Nov 2009 00:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanjulian.com/?p=119#comment-74</guid>
		<description>&lt;p&gt;Jonathan - Great presentation last night. &lt;br&gt;&lt;br&gt;I wondered if you would know why, when using capistrano to start a delayed_job worker on passenger, it tries to start it in development mode, but the same statement run from the console starts in production. &lt;br&gt;&lt;br&gt;This is the statement I am using:&lt;br&gt;script/delayed_job start RAILS_ENV=production&lt;br&gt;&lt;br&gt;BTW, using active_scaffold, i was able to set up a simple interface to the delayed_jobs queue, letting me see the error messages, delete items from the queue, and even edit them (set a higher priority, change the number of fails, etc.).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jonathan &#8211; Great presentation last night. <br /><br />I wondered if you would know why, when using capistrano to start a delayed_job worker on passenger, it tries to start it in development mode, but the same statement run from the console starts in production. <br /><br />This is the statement I am using:<br />script/delayed_job start RAILS_ENV=production<br /><br />BTW, using active_scaffold, i was able to set up a simple interface to the delayed_jobs queue, letting me see the error messages, delete items from the queue, and even edit them (set a higher priority, change the number of fails, etc.).</p>]]></content:encoded>
	</item>
</channel>
</rss>

