Omar Ajoue
Omar Ajoue
Having same issue here. Can't install using composer.
One side note is that the frontend is temporarily displaying a wrong URL, but as per @pemontto 's PR, this has been fixed in the backend. There is a ticket...
Hello @mdbetancourt sorry for the performance issues. There are actually 2 stages for the Kafka trigger. Considering it requires a persistent connection to Kafka, it means that actually all 50k...
Ah yes, I am sorry to hear that. You can temporarily tune some of the settings as part of the Kafka Trigger node, such as the maximum number of requests...
Some people are also reporting this issue here: https://github.com/localtunnel/server/issues/90 Seems like running with `node -r esm ./bin/server` instead of `npm run start` works for a few cases.
Just saw the test results 😐
Hey @arthurrferroni thank you for reporting - we saw this issue before but could never reproduce it. Do you have database access? Can you check the `execution_entity`'s row for this...
I've implemented [this PR](https://github.com/n8n-io/n8n/pull/7812) to try and address an identified issue. I still like the changes here so I think it's worth merging both.
Hey @luizeof sorry to hear you're facing this issue. Do you have access to your database directly? If so, could you please check the `execution_data` table and see if it...
@luizeof can you share the workflow? If you prefer, you can mail to me directly, you can find my email under my profile. @Shalashtein I'll submit a PR that should...