olisystems / BEST-Energy

Integritee off-chain worker and sidechain validateer
Apache License 2.0
2 stars 0 forks source link

On-demand execution of direct calls #39

Open clangenb opened 1 year ago

clangenb commented 1 year ago

As the BEST-energy worker only executes something every 15 minutes, it would probably be better to just perform execution on-demand, i.e., perform execution when the trusted operation pool is not empty, and just poll it frequently for its contents.

This could be solved upstream, I will do an issue for that.