Skip to content

GUNICORN_TIMEOUT value from config is not being applied #419

Description

@svarona

We updated the GUNICORN_TIMEOUT value in the application configuration in PR 416, but the timeout behavior remains unchanged.

This suggests that the value defined in the config is not being loaded correctly, and the application is instead falling back to the default timeout defined in the code (120 seconds). We "fixed" this with this workaround in #418 but this is not the real fix, it is just a workaround.

The application should read and apply the GUNICORN_TIMEOUT value defined in the configuration.

The configured timeout should override the default value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions