Skip to content

Commit

Permalink
sleep in job
Browse files Browse the repository at this point in the history
  • Loading branch information
magicalne committed Apr 19, 2022
1 parent 9730bc0 commit 71a491e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ def run(self):
global WithdrawalCapacity

while True:
sleep(2)
logging.info("Start running")
if BlockNumber is None:
LastBlockNumber = self.gw_rpc.get_tip_number()
Expand Down

0 comments on commit 71a491e

Please sign in to comment.