Skip to content

feat(core): Enable insights for sqlite legacy #14606

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

Merged
merged 2 commits into from
Apr 22, 2025

Conversation

guillaumejacquart
Copy link
Contributor

@guillaumejacquart guillaumejacquart commented Apr 14, 2025

Summary

Before setting up buffering and flushing mechanism to save insights data, we experienced errors on saving insights, and mismatch between executions and insights data when using legacy SQLite driver (poolSize == 0).
Since buffer / flush has been setup, we could not reproduce this error.
Thus we suggest to enable insights even for legacy SQLite driver

Related Linear tickets, Github issues, and Community forum posts

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

Copy link

codecov bot commented Apr 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@n8n-assistant n8n-assistant bot added core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team labels Apr 14, 2025
@guillaumejacquart guillaumejacquart marked this pull request as ready for review April 14, 2025 11:51
Copy link

@mrge-io mrge-io bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mrge found 1 issue across 2 files. View it in mrge.io

@guillaumejacquart guillaumejacquart force-pushed the pay-insights-enabled-sqlite-legacy branch from 06121f9 to ee90bdb Compare April 14, 2025 13:09
@guillaumejacquart guillaumejacquart requested review from a team and ivov April 17, 2025 12:20
@guillaumejacquart guillaumejacquart requested a review from ivov April 22, 2025 08:26
Copy link
Contributor

✅ All Cypress E2E specs passed

@guillaumejacquart guillaumejacquart merged commit 88ed7be into master Apr 22, 2025
46 checks passed
@guillaumejacquart guillaumejacquart deleted the pay-insights-enabled-sqlite-legacy branch April 22, 2025 08:38
guillaumejacquart added a commit that referenced this pull request Apr 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants