How to run a scheduled job in less than 1 minute in orchardcms. For example. after 20 seconds

I know that orchard has a default scheduler running every minute. Does this mean the minimum interval is 1 minute? If I want a task to run every 20 seconds, how can I do it.

thank

+3


source to share


1 answer


You can open the file src\Orchard.Web\Config\Sites.config

to uncomment an item Delay between background services executions

. Here you can set the interval.



+5


source







All Articles