Daniel Goldberger
Daniel Goldberger
* I would recommend extracting the `rate_limit_exceeded_message` string into a constant or locale file, as it's duplicated across both controllers and might need to be updated in multiple places. *...
* I would recommend extracting the `rate_limit_exceeded_message` string into a constant or locale file, as it's duplicated across both controllers and might need to be updated in multiple places. *...
This pull request upgrades the base Ruby image from version **3.2-jammy** to **4.0-jammy** in two Dockerfiles. Feedback: - **Upgrading Ruby base image to 4.0** is a forward-looking change but could...
* I would recommend removing the hardcoded values in `listDags()`. The function currently has hardcoded `host`, `port`, and `api_base_url` with commented-out environment variable lookups. These should either use environment variables...