Skip to content

Commit a506392

Browse files
update CRON expression link to Spring 5.3 blog (#451)
* docs: added the microks-hub content Signed-off-by: pratik-mahalle <mahallepratik683@gmail.com> * docs: added some minor changes Signed-off-by: pratik-mahalle <mahallepratik683@gmail.com> * update the expression reference Signed-off-by: Pratik Mahalle <mahallepratik683@gmail.com> --------- Signed-off-by: pratik-mahalle <mahallepratik683@gmail.com> Signed-off-by: Pratik Mahalle <mahallepratik683@gmail.com>
1 parent 71631a4 commit a506392

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/documentation/guides/usage/importing-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Using the 3-dotted menu, you can easily enable/disable or force the job.
109109

110110
### Configure scheduling interval
111111

112-
The scheduling interval can be globally configured for all Jobs. It is a global setting and not a per-job one. This is achieved through the `services.update.interval` property in the `application.properties` configuration file, which takes the value of the `SERVICES_UPDATE_INTERVAL` environment variable. The value should be set to a valid [CRON expression](https://en.wikipedia.org/wiki/Cron#CRON_expression); the default is every 2 hours.
112+
The scheduling interval can be globally configured for all Jobs. It is a global setting and not a per-job one. This is achieved through the `services.update.interval` property in the `application.properties` configuration file, which takes the value of the `SERVICES_UPDATE_INTERVAL` environment variable. The value should be set to a valid [CRON expression](https://spring.io/blog/2020/11/10/new-in-spring-5-3-improved-cron-expressions); the default is every 2 hours.
113113

114114
```properties
115115
services.update.interval=${SERVICES_UPDATE_INTERVAL:0 0 0/2 * * *}

0 commit comments

Comments
 (0)