Merge branch 'dev' into test
This commit is contained in:
@@ -14,7 +14,7 @@ public class TemplateDatabusScheduler {
|
||||
|
||||
private final TemplateDatabusInvokeService invokeService;
|
||||
|
||||
@Scheduled(cron = "0 0/10 * * * ?")
|
||||
@Scheduled(cron = "0 0/25 * * * ?")
|
||||
public void execute() {
|
||||
invokeService.invokeAndRecord();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user