<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "ignore missed triggers between scheduler restarts"]]></title>
		<link>http://forums.terracotta.org/forums/posts/list/17.page</link>
		<description><![CDATA[Latest messages posted in the topic "ignore missed triggers between scheduler restarts"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>ignore missed triggers between scheduler restarts</title>
				<description><![CDATA[ I am able to ignore crontriggers by setting the misfire policy to MISFIRE_INSTRUCTION_DO_NOTHING, but how do i ignore the simple triggers? I end up have several triggers fired during scheduler restarts. If i delete the missed triggers at the startup time, i end up deleteing all of them from the database, so my jobs dont fire the next time scheduler restarts. What i want to do is ignore all missed triggers and let the scheduler re-run the jobs at the next fire time on startup. I am using jobstoreTX. Any hints anyone? thanks!]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/list/4018.page#21689</guid>
				<link>http://forums.terracotta.org/forums/posts/list/4018.page#21689</link>
				<pubDate><![CDATA[Mon, 2 Aug 2010 11:29:20]]> GMT</pubDate>
				<author><![CDATA[ coolz]]></author>
			</item>
			<item>
				<title>Re:ignore missed triggers between scheduler restarts</title>
				<description><![CDATA[ 
Why not use one of SimpleTrigger's misfire instructions such as:

MISFIRE_INSTRUCTION_RESCHEDULE_NEXT_WITH_REMAINING_COUNT 
]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/list/4018.page#21694</guid>
				<link>http://forums.terracotta.org/forums/posts/list/4018.page#21694</link>
				<pubDate><![CDATA[Mon, 2 Aug 2010 17:15:13]]> GMT</pubDate>
				<author><![CDATA[ jhouse]]></author>
			</item>
	</channel>
</rss>