<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Easy hook scripts with Scriptlets</title>
	<atom:link href="http://blog.webhooks.org/2009/04/18/easy-hook-scripts-with-scriptlets/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.webhooks.org/2009/04/18/easy-hook-scripts-with-scriptlets/</link>
	<description>User-defined HTTP callbacks for push, pipes and plugins</description>
	<lastBuildDate>Tue, 04 May 2010 19:35:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jeff Lindsay</title>
		<link>http://blog.webhooks.org/2009/04/18/easy-hook-scripts-with-scriptlets/#comment-223</link>
		<dc:creator>Jeff Lindsay</dc:creator>
		<pubDate>Tue, 09 Mar 2010 03:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webhooks.org/?p=172#comment-223</guid>
		<description>Okay, it should be better now. It might still happen, but it should happen much less often. Google adjusted the timeout limit and I had to explicitly set it to the max.</description>
		<content:encoded><![CDATA[<p>Okay, it should be better now. It might still happen, but it should happen much less often. Google adjusted the timeout limit and I had to explicitly set it to the max.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Lindsay</title>
		<link>http://blog.webhooks.org/2009/04/18/easy-hook-scripts-with-scriptlets/#comment-221</link>
		<dc:creator>Jeff Lindsay</dc:creator>
		<pubDate>Fri, 05 Mar 2010 16:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webhooks.org/?p=172#comment-221</guid>
		<description>This is actually a known issue that it&#039;s had for a while. Fortunately, I&#039;ll be able to throw more cycles at this starting next month.</description>
		<content:encoded><![CDATA[<p>This is actually a known issue that it&#8217;s had for a while. Fortunately, I&#8217;ll be able to throw more cycles at this starting next month.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian dunnington</title>
		<link>http://blog.webhooks.org/2009/04/18/easy-hook-scripts-with-scriptlets/#comment-220</link>
		<dc:creator>brian dunnington</dc:creator>
		<pubDate>Fri, 05 Mar 2010 16:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webhooks.org/?p=172#comment-220</guid>
		<description>been trying to use scriptlets the past couple of days, but have been getting lots of flakey behavior. specifically, i get the error message below quite often, even with the simplest of scripts. a few minutes later, it will be working again.

script: http://www.scriptlets.org/run/lbdy90

Traceback (most recent call last):
  File &quot;/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py&quot;, line 507, in __call__
    handler.get(*groups)
  File &quot;/base/data/home/apps/scriptletsapp/1.333090254562219405/handlers.py&quot;, line 48, in get
    self._run_script()
  File &quot;/base/data/home/apps/scriptletsapp/1.333090254562219405/handlers.py&quot;, line 67, in _run_script
    headers=headers).content)
  File &quot;/base/python_lib/versions/1/google/appengine/api/urlfetch.py&quot;, line 241, in fetch
    return rpc.get_result()
  File &quot;/base/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py&quot;, line 501, in get_result
    return self.__get_result_hook(self)
  File &quot;/base/python_lib/versions/1/google/appengine/api/urlfetch.py&quot;, line 331, in _get_fetch_result
    raise DownloadError(str(err))
DownloadError: ApplicationError: 5</description>
		<content:encoded><![CDATA[<p>been trying to use scriptlets the past couple of days, but have been getting lots of flakey behavior. specifically, i get the error message below quite often, even with the simplest of scripts. a few minutes later, it will be working again.</p>
<p>script: <a href="http://www.scriptlets.org/run/lbdy90" rel="nofollow">http://www.scriptlets.org/run/lbdy90</a></p>
<p>Traceback (most recent call last):<br />
  File &#8220;/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py&#8221;, line 507, in __call__<br />
    handler.get(*groups)<br />
  File &#8220;/base/data/home/apps/scriptletsapp/1.333090254562219405/handlers.py&#8221;, line 48, in get<br />
    self._run_script()<br />
  File &#8220;/base/data/home/apps/scriptletsapp/1.333090254562219405/handlers.py&#8221;, line 67, in _run_script<br />
    headers=headers).content)<br />
  File &#8220;/base/python_lib/versions/1/google/appengine/api/urlfetch.py&#8221;, line 241, in fetch<br />
    return rpc.get_result()<br />
  File &#8220;/base/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py&#8221;, line 501, in get_result<br />
    return self.__get_result_hook(self)<br />
  File &#8220;/base/python_lib/versions/1/google/appengine/api/urlfetch.py&#8221;, line 331, in _get_fetch_result<br />
    raise DownloadError(str(err))<br />
DownloadError: ApplicationError: 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Lindsay</title>
		<link>http://blog.webhooks.org/2009/04/18/easy-hook-scripts-with-scriptlets/#comment-218</link>
		<dc:creator>Jeff Lindsay</dc:creator>
		<pubDate>Mon, 18 Jan 2010 18:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webhooks.org/?p=172#comment-218</guid>
		<description>There isn&#039;t yet.</description>
		<content:encoded><![CDATA[<p>There isn&#8217;t yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Costa</title>
		<link>http://blog.webhooks.org/2009/04/18/easy-hook-scripts-with-scriptlets/#comment-217</link>
		<dc:creator>Rui Costa</dc:creator>
		<pubDate>Mon, 18 Jan 2010 17:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webhooks.org/?p=172#comment-217</guid>
		<description>Is there any limit on how many times can I call a scriptlet (like once a minute)? or how many scriptlets can I have and use? Great work, cheers</description>
		<content:encoded><![CDATA[<p>Is there any limit on how many times can I call a scriptlet (like once a minute)? or how many scriptlets can I have and use? Great work, cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Lindsay</title>
		<link>http://blog.webhooks.org/2009/04/18/easy-hook-scripts-with-scriptlets/#comment-200</link>
		<dc:creator>Jeff Lindsay</dc:creator>
		<pubDate>Tue, 06 Oct 2009 23:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webhooks.org/?p=172#comment-200</guid>
		<description>In theory, of course. You&#039;d have to make it. But for that sort of thing, there is http://codepad.org/</description>
		<content:encoded><![CDATA[<p>In theory, of course. You&#8217;d have to make it. But for that sort of thing, there is <a href="http://codepad.org/" rel="nofollow">http://codepad.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Hirst</title>
		<link>http://blog.webhooks.org/2009/04/18/easy-hook-scripts-with-scriptlets/#comment-199</link>
		<dc:creator>Tony Hirst</dc:creator>
		<pubDate>Tue, 06 Oct 2009 23:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webhooks.org/?p=172#comment-199</guid>
		<description>so is their a scriptlet that will take the raw output from a pastie snippet and then execute it?
eg scriptlets.org/foo?pastieURI=http://pastie.org/NNNN.txt
that will then execute code in http://pastie.org/NNNN.txt ?</description>
		<content:encoded><![CDATA[<p>so is their a scriptlet that will take the raw output from a pastie snippet and then execute it?<br />
eg scriptlets.org/foo?pastieURI=http://pastie.org/NNNN.txt<br />
that will then execute code in <a href="http://pastie.org/NNNN.txt" rel="nofollow">http://pastie.org/NNNN.txt</a> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Hazel</title>
		<link>http://blog.webhooks.org/2009/04/18/easy-hook-scripts-with-scriptlets/#comment-178</link>
		<dc:creator>Greg Hazel</dc:creator>
		<pubDate>Thu, 13 Aug 2009 15:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webhooks.org/?p=172#comment-178</guid>
		<description>Seen http://codepad.org/ ?</description>
		<content:encoded><![CDATA[<p>Seen <a href="http://codepad.org/" rel="nofollow">http://codepad.org/</a> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Dunck</title>
		<link>http://blog.webhooks.org/2009/04/18/easy-hook-scripts-with-scriptlets/#comment-177</link>
		<dc:creator>Jeremy Dunck</dc:creator>
		<pubDate>Thu, 13 Aug 2009 13:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webhooks.org/?p=172#comment-177</guid>
		<description>It&#039;s not obvious from the site, but you can also run scriptlets on the engines just using HTTP to push them up.  Good for debugging while hacking it out.

stub function:
http://pastie.org/582611

Usage:
t(&quot;&quot;&quot;
import datetime
print &#039;hello %s&#039; % datetime.datetime.now()
&quot;&quot;&quot;)</description>
		<content:encoded><![CDATA[<p>It&#8217;s not obvious from the site, but you can also run scriptlets on the engines just using HTTP to push them up.  Good for debugging while hacking it out.</p>
<p>stub function:<br />
<a href="http://pastie.org/582611" rel="nofollow">http://pastie.org/582611</a></p>
<p>Usage:<br />
t(&#8220;&#8221;"<br />
import datetime<br />
print &#8216;hello %s&#8217; % datetime.datetime.now()<br />
&#8220;&#8221;")</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Business Glue: Webhooks for the Enterprise &#171; Elastic Data</title>
		<link>http://blog.webhooks.org/2009/04/18/easy-hook-scripts-with-scriptlets/#comment-151</link>
		<dc:creator>Business Glue: Webhooks for the Enterprise &#171; Elastic Data</dc:creator>
		<pubDate>Tue, 02 Jun 2009 02:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webhooks.org/?p=172#comment-151</guid>
		<description>[...] essential components for enabling and simplifying idempotent webhook processing. Jeff&#8217;s scriplets.org and Hookah are a great start. A worthwhile extension might be a webhook-based pubsub messaging [...]</description>
		<content:encoded><![CDATA[<p>[...] essential components for enabling and simplifying idempotent webhook processing. Jeff&#8217;s scriplets.org and Hookah are a great start. A worthwhile extension might be a webhook-based pubsub messaging [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
