Get the key for a task that runs once
static String getKeyTaskOnce(String name) { return "${name}_once"; }