Is it possible to schedule my server side plugin execution in RTC?
Hi all,
I developed a plugin which I want to execute on certain time in day. I tried to use quartz scheduler in my plugin but it does not worked. Is there any server side api provides same functionality?
|
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered Nov 05 '18, 2:58 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER I don't know if it is possible to request to be run at a certain time. But in https://rsjazz.wordpress.com/2015/10/16/due-date-notifier-an-asynchronous-task-example/ an asynchronous task runs every so often. You could use that to be executed at a certain frequency. Then you can run your payload code if the current date/time qualifies to execute it. Ralph Schoon selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.