Merge branch 'dev' into test

This commit is contained in:
chenbowen
2025-12-08 09:17:24 +08:00

View File

@@ -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();
}