-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
refactor(core): Rename runner healthcheck env vars #12027
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
"N8N_RUNNERS_RUNNER_HEALTH_CHECK_SERVER_ENABLED", | ||
"N8N_RUNNERS_RUNNER_HEALTH_CHECK_SERVER_HOST", | ||
"N8N_RUNNERS_RUNNER_HEALTH_CHECK_SERVER_PORT", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As mentioned in the sister PR, these options take a repetitive infix _RUNNER_
but the ones above don't? I'd be for dropping this infix.
- `N8N_RUNNERS_SERVER_ENABLED` to `N8N_RUNNERS_HEALTH_CHECK_SERVER_ENABLED` - `N8N_RUNNERS_SERVER_HOST` to `N8N_RUNNERS_HEALTH_CHECK_SERVER_HOST` - `N8N_RUNNERS_SERVER_PORT` to `N8N_RUNNERS_HEALTH_CHECK_SERVER_PORT`
4a66bf7
to
2ba2d0c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙏🏻
n8n Run #8201
Run Properties:
|
Project |
n8n
|
Branch Review |
unify-runner-healthcheck-env-vars
|
Run status |
Passed #8201
|
Run duration | 04m 41s |
Commit |
2ba2d0cafd: 🌳 🖥️ browsers:node18.12.0-chrome107 🤖 tomi 🗃️ e2e/*
|
Committer | Tomi Turtiainen |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
2
|
Pending |
0
|
Skipped |
0
|
Passing |
478
|
View all changes introduced in this branch ↗︎ |
✅ All Cypress E2E specs passed |
Closed in favor of #12040 |
Summary
N8N_RUNNERS_SERVER_ENABLED
toN8N_RUNNERS_RUNNER_HEALTH_CHECK_SERVER_ENABLED
N8N_RUNNERS_SERVER_HOST
toN8N_RUNNERS_RUNNER_HEALTH_CHECK_SERVER_HOST
N8N_RUNNERS_SERVER_PORT
toN8N_RUNNERS_RUNNER_HEALTH_CHECK_SERVER_PORT
Related PR: n8n-io/task-runner-launcher#50
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)