-
Notifications
You must be signed in to change notification settings - Fork 7.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)!: Remove webhook deregistration at startup and shutdown #7515
Conversation
Great PR! Please pay attention to the following items before merging: Files matching
Files matching
Make sure to check off this list before asking for review. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #7515 +/- ##
==========================================
- Coverage 33.59% 33.59% -0.01%
==========================================
Files 3401 3401
Lines 207699 207719 +20
Branches 22467 22464 -3
==========================================
- Hits 69781 69775 -6
- Misses 136771 136797 +26
Partials 1147 1147
☔ View full report in Codecov by Sentry. |
|
||
const removePromises = []; | ||
if (!skipWebhookDeregistration) { | ||
removePromises.push(this.activeWorkflowRunner.removeAll()); |
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.
we don't need to change it in this PR, but I think we should move activeWorkflowRunner.removeAll
into a test utility, as it's only used in tests now.
2 flaky tests on run #2588 ↗︎
Details:
5-ndv.cy.ts • 1 flaky test
18-user-management.cy.ts • 1 flaky test
Review all test suite changes for PR #7515 ↗︎ |
✅ All Cypress E2E specs passed |
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.
👍🏽
✅ All Cypress E2E specs passed |
✅ All Cypress E2E specs passed |
Removal missing from [original PR](#7515) after initial revert.
Got released with |
https://linear.app/n8n/issue/PAY-932/deprecate-flag-to-skip-webhook-deregistration-on-shutdown