UiPath Job Scheduler to run a process / task every 10 seconds

Could someone help me understand what could be Cron expression?

Here are some crontab expressions:

1 Like

The smallest increment is 1 minute. If you want it to run every 10 seconds, you should create 6 schedules

2 Likes

@SekarPNagaraj
If you’re at the point where you are running a process every 10 seconds then you are almost certainly going to be better off working the individual items from a queue or just keeping the bot on for the entire timeframe. It’s overkill to have the bot turn on and off again every 10 seconds.

2 Likes

I have used crontab and able to trigger every 10 seconds. IT’s awesome

1 Like