celo-org / staked-celo

GNU Lesser General Public License v3.0
8 stars 2 forks source link

Efficiency improvement: use async logic for account task #94

Open soloseng opened 1 year ago

soloseng commented 1 year ago

Current async structure makes the tasks slower than necessary.

see: https://github.com/celo-org/staked-celo-bot/pull/53 for similar implementation.