-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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(core): Add health endpoint for task broker server (no-changelog) #11920
feat(core): Add health endpoint for task broker server (no-changelog) #11920
Conversation
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.
Let's test this? Mostly to prevent it being accidentally removed in future.
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
Very good point. Added tests |
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.
Thanks for testing! LGTM
return { | ||
server: taskRunnerServer, | ||
agent, | ||
config: runnerConfig, | ||
}; |
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.
Really like this pattern 👍🏻
✅ All Cypress E2E specs passed |
n8n Run #8127
Run Properties:
|
Project |
n8n
|
Branch Review |
cat-368-add-healthcheck-endpoint-for-task-broker-and-use-that
|
Run status |
Passed #8127
|
Run duration | 04m 32s |
Commit |
327c5b4b29: 🌳 🖥️ browsers:node18.12.0-chrome107 🤖 tomi 🗃️ e2e/*
|
Committer | Tomi Turtiainen |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
478
|
View all changes introduced in this branch ↗︎ |
Got released with |
Summary
Add healthcheck endpoint for the task broker server.
Related Linear tickets, Github issues, and Community forum posts
https://linear.app/n8n/issue/CAT-368/add-healthcheck-endpoint-for-task-broker-and-use-that