-
Notifications
You must be signed in to change notification settings - Fork 244
Open
Description
We have a run_regularly
method and network_operation
, but people often want to have something run just once and it's a bit of a fiddle at the moment. How about we have a Group.run_once
or to set something to happen just a few times Group.run_at
. We could also similarly have a version of network_operation
that only runs once. There are workarounds now, but it seems to be a pretty common use case.