Everything gcPass() and cronStep() need, read from env in one call.
The default path: cronStep(cursor, deps, cronOptions(env)). Every field stays overridable, because the options object is plain data and the caller can spread over it.
cronStep(cursor, deps, cronOptions(env))
Optional
Everything gcPass() and cronStep() need, read from env in one call.
The default path:
cronStep(cursor, deps, cronOptions(env)). Every field stays overridable, because the options object is plain data and the caller can spread over it.