Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(orchestrator): Add support for Railway deployment #107

Merged
merged 1 commit into from
Mar 5, 2025
Merged

Conversation

Keloran
Copy link
Contributor

@Keloran Keloran commented Mar 5, 2025

Adds a new configuration property on_railway to the project configuration
to indicate if the service is running on Railway. This is used to determine
the correct port to listen on when running on Railway.

Also increases the WriteTimeout for the HTTP server to 30 seconds to
accommodate longer-running requests.

Adds a new configuration property `on_railway` to the project configuration
to indicate if the service is running on Railway. This is used to determine
the correct port to listen on when running on Railway.

Also increases the `WriteTimeout` for the HTTP server to 30 seconds to
accommodate longer-running requests.
Copy link

github-actions bot commented Mar 5, 2025

Qodana for Go

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@Keloran Keloran merged commit 4b68bf6 into main Mar 5, 2025
6 checks passed
@Keloran Keloran deleted the k-branch-1 branch March 5, 2025 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant