<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "misfired trigger in COMPLETED state"]]></title>
		<link>http://forums.terracotta.org/forums/posts/list/17.page</link>
		<description><![CDATA[Latest messages posted in the topic "misfired trigger in COMPLETED state"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>misfired trigger in COMPLETED state</title>
				<description><![CDATA[ Hi, All

Normally, when a trigger reaches its end time, quartz automatically deletes the entry from the qrtz_triggers table.

However, when I set the misfire instruction to MISFIRE_INSTRUCTION_RESCHEDULE_NEXT_WITH_REMAINING_COUNT, the entry in the qrtz_triggers table is marked with COMPLETED state with next_fire_time=-1. The entry is not removed from the table by quartz.

Question:
1. Why is the trigger in the above misfired case not deleted from the table by quartz?
2. Is there any api method can be used to delete such entry?

Thanks for your input.]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/list/4998.page#25252</guid>
				<link>http://forums.terracotta.org/forums/posts/list/4998.page#25252</link>
				<pubDate><![CDATA[Thu, 17 Feb 2011 13:36:03]]> GMT</pubDate>
				<author><![CDATA[ dclemson]]></author>
			</item>
			<item>
				<title>Re:misfired trigger in COMPLETED state</title>
				<description><![CDATA[ 
There are a few corner cases (depending upon processing scenarios) where Quartz marks a trigger "complete" rather than just deleting it, and misfire handling is one of them.

Quartz deletes all "complete" triggers upon startup of the scheduler.  So if your application doesn't "bounce" for some time, there may be a collection of triggers in complete state.
]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/list/4998.page#25297</guid>
				<link>http://forums.terracotta.org/forums/posts/list/4998.page#25297</link>
				<pubDate><![CDATA[Sun, 20 Feb 2011 08:25:48]]> GMT</pubDate>
				<author><![CDATA[ jhouse]]></author>
			</item>
	</channel>
</rss>