Infoset Processing Scheduler

 5 Replies
 0 Subscribed to this topic
 14 Subscribed to this forum
Sort:
Author
Messages
George Graham
Veteran Member Send Private Message
Posts: 201
Veteran Member
Anyone have any luck with setting up an infoset that refreshes at a smaller interval that one hour? I don't think that you can modify the cron expression in the QRTZ_CRON_TRIGGERS table like you can a true cron job.

I know I can create something to simply call the url to do the update/process of the infoset.

Just wondered if there was a more "native" way to handle this...
David Williams
Veteran Member Send Private Message
Posts: 1127
Veteran Member
Depending upon your version of LBI, there is now an option to schedule the Infoset updates. I don't know if you can set it to hourly however.
David Williams
Ruma Malhotra
Veteran Member Send Private Message
Posts: 412
Veteran Member
We also need our infosets to be scheduled for every half hour. The way I approached this is to set up 2 schedules that would refresh every hour but set one time to start at say 11 AM and another to start at 11.30 AM.

If you need additional infosets to be scheduled every 15 minutes than you would set up 2 more one to start at 11.15 and another to start at 11.45.
George Graham
Veteran Member Send Private Message
Posts: 201
Veteran Member
David - it can be set to hourly, but not any more frequent than that. Thanks Ruma for that suggestion - that would probably work here. They originally wanted every 5 minutes but I think we can get it to 15 minutes and that would be more manageable...

FYI - I did try modifying the cron expression but that did not work...
Matthew Nye
Veteran Member Send Private Message
Posts: 514
Veteran Member
Prior to SN having a native scheduler Lawsons proposed method was to use CRON or Windows Task Scheduler. Im not familiar with CRON but WTS can be set up to run by the minute interval.
If any of my answers were helpful an endorsement on LinkedIn would be much appriciated! www.linkedin.com/pub/matthew-nye/1a/886/760/
George Graham
Veteran Member Send Private Message
Posts: 201
Veteran Member
That was my fallback solution - and just have it call the url to do the update. Was just wanting to provide an "in the box" option if one existed.