Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Process Manager (Stardust) » Active Process and Timer
Active Process and Timer [message #1236617] Mon, 27 January 2014 17:29 Go to next message
Rahim Kanjiyani is currently offline Rahim KanjiyaniFriend
Messages: 19
Registered: October 2012
Junior Member
Hello,

We have a process which runs every 10 minutes using the Timer trigger. We have noticed that when the process execution is not completed for some reason, all the future process instances also do not get executed. The Daemon runs at every 10 minutes but is is not able execute the process instance when the previous run is not completed for some reason.

The solution is to manually restart the IPP web app.

Any idea?

Thanks,
Rahim

[Updated on: Mon, 27 January 2014 17:33]

Report message to a moderator

Re: Active Process and Timer [message #1236788 is a reply to message #1236617] Tue, 28 January 2014 04:19 Go to previous messageGo to next message
Robert Emsbach is currently offline Robert EmsbachFriend
Messages: 186
Registered: October 2011
Location: Singapore
Senior Member

Rahim,

have you considered
- adding an error event handler for the failing activity instance(s)?
- starting another (sub) process asynchronously and completing the scheduler instance immediately
- restarting the daemon (e.g. using the daemon watchdog approach from the knwoledgebase)instead of the web app

Best regards

Rob
Re: Active Process and Timer [message #1237000 is a reply to message #1236788] Tue, 28 January 2014 15:48 Go to previous message
Rahim Kanjiyani is currently offline Rahim KanjiyaniFriend
Messages: 19
Registered: October 2012
Junior Member
I am not sure if Daemon Watchdog approach would help here. I am able to verify that the the Daemon runs every 10 minutes as expected. It is not able to execute the process somehow because the previous instance is still active (not completed)

Previous Topic:Invoking process using REST
Next Topic:Issues while using Web Service Application in Stardust1.1.0
Goto Forum:
  


Current Time: Tue Mar 19 06:25:24 GMT 2024

Powered by FUDForum. Page generated in 0.02483 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top