Skip to content

Commit

Permalink
fix: corn task msg
Browse files Browse the repository at this point in the history
  • Loading branch information
paterleng committed Sep 15, 2024
1 parent 00f5b5d commit 7728892
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bug-notify
Binary file not shown.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func main() {
}
engine := gin.Default()
//启动一个协程用于执行binlog
//go safelyRun(handle.NotifyHandle)
go safelyRun(handle.NotifyHandle)
go safelyRun(handle.TimeingTasks)
engine.Run(init_tool.Conf.ProjectConfig.Address + ":" + init_tool.Conf.ProjectConfig.Port)
}
Expand Down

0 comments on commit 7728892

Please sign in to comment.