Recipe: Evaluate a Task Periodically
In the above section where we needed to generate an auth token every so often, we used:
You can also do something like:
which essentially does the same thing. You'll need a Scheduler and Strategy (or an Async) in implicit scope.
Last updated