pub fn get_env_duration_seconds_required(
    env_name: &str
) -> Result<Duration, EnvError>
Expand description

Get an environment variable as a Duration in seconds. If not provided or cannot parse, return an error.