Interval / Polling / CRON

It could be nice to be able to call a handler periodically (every X seconds or X blocks)
I am currently emulating this with a per block call that fail short (if timestamp is not a certain value), but it’s too slow.

1 Like

You might want to provide some context and / or clarify what you’re trying to achieve.

Anyway, it’s going to be block based, not seconds based.

2 Likes

This makes sense, I think this is the same as the feature request here:

3 Likes

What’s the status on this? It’s a feature I was looking into lately