-
Notifications
You must be signed in to change notification settings - Fork 2
Invoking Using Windows Task Scheduler on a schedule basis
Nadeem Mohammad edited this page Jun 11, 2020
·
5 revisions
If you just want to execute the task once and manage the schedule externally (Windows Task Scheduler Or Unix Cron Job) then you have to set app.schedule.externally_managed=true
in application.properties
and make sure External source triggers execution on a regular basis daily. In this case we would use Windows Task Scheduler which would invoke wishing application on a regular basis.
Add app.schedule.externally_managed=true
in application.properties
Click Create
Provide details
Application invoked and shut down