mirror of
https://github.com/GMWalletApp/epusdt.git
synced 2026-07-07 10:16:15 +00:00
action
This commit is contained in:
@@ -21,6 +21,7 @@ func Start() {
|
||||
log.Sugar.Errorf("[task] Failed to add ListenTrc20Job: %v", err)
|
||||
return
|
||||
}
|
||||
|
||||
log.Sugar.Info("[task] ListenTrc20Job scheduled successfully (@every 5s)")
|
||||
// Solana polling
|
||||
_, err = c.AddJob("@every 5s", ListenSolJob{})
|
||||
@@ -28,6 +29,7 @@ func Start() {
|
||||
log.Sugar.Errorf("[task] Failed to add ListenSolJob: %v", err)
|
||||
return
|
||||
}
|
||||
|
||||
log.Sugar.Info("[task] ListenSolJob scheduled successfully (@every 5s)")
|
||||
// RPC node health checks
|
||||
_, err = c.AddJob("@every 30s", RpcHealthJob{})
|
||||
|
||||
Reference in New Issue
Block a user