कारतोफ्फेलस्क्रिप्ट™
|
76c04815f7
|
fix(core): Reduce logging overhead for levels that do not output (#7479)
all current logging calls execute `callsites()` to figure out what code
tried to log. This happens even for logging methods that aren't supposed
to create any output. Under moderate load, this can take up quite a lot
of resources. This PR changes the logger to make all ignorable logging
methods a No-Op.
In a small benchmark with a simple webhook, with log-level set to
`warn`, and using `ab -c 50 -n 500
http://localhost:5678/webhook/testing`, these were the response times:
### Before
![Before](https://github.com/n8n-io/n8n/assets/196144/01680fd9-3d2a-4f7f-bb1c-5b03bd7d5bc3)
### After
![After](https://github.com/n8n-io/n8n/assets/196144/ccacb20a-48ca-455a-a8cb-098c9c0e352e)
|
2023-10-20 18:26:33 +02:00 |
|
Elias Meire
|
ac814a9c61
|
feat(Facebook Lead Ads Trigger Node): Add Facebook Lead Ads Trigger Node (#7113)
Github issue / Community forum post (link here to close automatically):
https://community.n8n.io/t/facebook-lead-ads-integration/4590/19
---------
Co-authored-by: Marcus <marcus@n8n.io>
|
2023-10-20 13:43:55 +02:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
07744986ea
|
fix(core): Fix credentials lazy-loading (no-changelog) (#6615)
|
2023-07-10 17:57:26 +02:00 |
|
Iván Ovejero
|
9b651cf4f8
|
refactor: Accumulate loadOptions from all node versions to validate (no-changelog) (#6014)
⚡ Accumulate loadOptions from node versions to validate
|
2023-04-20 16:21:07 +02:00 |
|
Iván Ovejero
|
5227ccd75a
|
ci: Validate load options methods in nodes-base (no-changelog) (#5862)
|
2023-04-12 15:46:11 +02:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
f23fb92696
|
fix(core): Stop copying icons to cache (#5419)
Fixes
- https://github.com/n8n-io/n8n/issues/4973
- https://github.com/n8n-io/n8n/issues/5274
- https://community.n8n.io/t/starting-n8n-fails-with-ebusy-error/21243
- https://community.n8n.io/t/problem-executing-workflow-ebusy-resource-busy-or-locked-copyfile/21280
Replaces
- https://github.com/n8n-io/n8n/pull/5052
- https://github.com/n8n-io/n8n/pull/5401
|
2023-02-08 18:57:43 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
2797c085e5
|
fix: Pick up credential test functions from versioned nodes as well (#4962)
|
2022-12-19 08:12:04 -06:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
0a7a2f3e41
|
fix: Lazy load nodes for credentials testing (#4760)
|
2022-11-30 10:28:18 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
aec08275aa
|
fix: Fix Windows development environments (no-changelog) (#4720)
|
2022-11-24 17:36:57 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
ba4ea9c024
|
fix: Apply SpecialNodeParameters to the types generated for the frontend (no-changelog) (#4715)
fix: apply SpecialNodeParameters to the types generated for the frontend (no-changelog)
|
2022-11-24 15:52:15 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
b6c57e19fc
|
feat(core): Lazy-load nodes and credentials to reduce baseline memory usage (#4577)
|
2022-11-23 16:20:28 +01:00 |
|