support scheduled transaction (#2)

This commit is contained in:
MaysWind
2024-08-26 01:52:52 +08:00
parent 17d4fec256
commit d2eaf5c6da
42 changed files with 1437 additions and 112 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ type CronJob struct {
func (j *CronJob) doRun() {
start := time.Now()
c := core.NewCronJobContext(j.Name)
c := core.NewCronJobContext(j.Name, j.Period.GetInterval())
if duplicatechecker.Container.Current != nil {
localAddr, err := utils.GetLocalIPAddressesString()