Description
There is a new feature provided in Substrate see.
We should switch the existing on_idle logic here with a task. In general it is needed to switch most if not all on_idle/on_finallize with such tasks if possible.
How will this affect the code base
- Prevent the chain from stalling due to overweight automatic actions
- Allow to easily automate work without building bots
What are foreseen obstacles or hurdles to overcome?
Description
There is a new feature provided in Substrate see.
We should switch the existing
on_idlelogic here with a task. In general it is needed to switch most if not allon_idle/on_finallizewith such tasks if possible.How will this affect the code base
What are foreseen obstacles or hurdles to overcome?