I am using the Quartz Scheduling API for Java. Could you help me to run every 25 seconds using cron-expression. It\'s just a delay. It does not have to start always at second 0.
If you want a job to trigger at a regular interval then you can use a Quartz SimpleTrigger with a repeatInterval specified.
SimpleTrigger
repeatInterval