cron-scheduler | Runs jobs in periodic intervals | Cron Utils library
kandi X-RAY | cron-scheduler Summary
kandi X-RAY | cron-scheduler Summary
Runs jobs in periodic intervals
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Gets the next time on the cronzone .
cron-scheduler Key Features
cron-scheduler Examples and Code Snippets
Community Discussions
Trending Discussions on cron-scheduler
QUESTION
I am using Groovy inside Poll to check file existence at given location. My flow is working fine, when there is a file. But If I delete that file, flow is not triggering.Below is my code
...ANSWER
Answered 2018-Jul-02 at 22:29You need to return something besides null
from the poller's target for the flow to be invoked. I'd recommend doing this in a sub-flow:
QUESTION
I am using the cron-scheduler inside poll for running the scheduled jobs on daily basis. My problem is, this Poller is not get initiates as soon as the application is up & running. Here my requirement is as soon as application is up for the first time Poll should start running the job. Then after its should run daily basis. Currently after deployment on CloudHub I have to "Run Now" the scheduler manually by going into Scheduler inside the application deployed on CloudHub. Any alternative? Thanks.
UPDATE
...ANSWER
Answered 2017-Jul-26 at 16:19If you are using Quartz connector add start delay as startDelay="0"
. This will trigger your flow on startup.
For poll connector it's possible for fixed frequency poll using start delay as startDelay="0"
but if you are using Cron schedular there there is no direct option. But you can write another flow to call your flow using Quartz connector poll with startDelay="0"
and repeatCount="0"
. This will ensure that your flow is triggered on startup and triggered as per cron schedule.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install cron-scheduler
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page