Skip to content

Move environment variable reading to a centralized config location #135

@rarepolz

Description

@rarepolz

The DURABLE_EXECUTION_TIME_SCALE environment variable is currently read directly in WaitProcessor with os.getenv(). Consider moving this to a centralized configuration class or module to avoid scattered environment variable reads throughout the codebase, especially as more timing-related environment variables (like callback timeouts) may be added in the future.

Originally posted by @bchampp in #133 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions