Juan Carlos Blanco Delgado
Juan Carlos Blanco Delgado
Any progress on this issue? We have a memory leak and we are trying to identify where it is coming from too, but we have disabled the reporting and still...
I will create one @trevor-scheer and share it. The issue has been narrowed down to many unique operations for the same query. ```graphql query GetBestSellers($category1: ProductCategory) { bestSellers(category: $category1) {...
Thank you for the replies @trevor-scheer and @glasser. We can confirm at this point, that the memory has been steady since we the consumer changed the query to be identified...
@trevor-scheer and @glasser I created a project with instruction that shows the memory leak issue https://github.com/juancarlosjr97/apollo-graphql-federation-memory-leak. I am going to be raising another issue with all the details of the...
Cool! I have an idea to manage additional dependencies besides the required one, and then we can go from there, I will try to get some time on it relatively...
I am putting my thoughts as I finally got some time to work on it. * Dockerise works well * The user can pass the list of additional dependencies *...
Hey @webpro I finished the dockerised version. Tested internally in my projects, I made some decisions for GPG, SSH and GIT. I tested into multiple conditions and more to come,...
All good! Fun weekend ahead for me :)
So.. I finished https://github.com/juancarlosjr97/release-it-containerized. My main drive for this was for project that do not run with node and do not need to have any configuration around it, and I...
Cool idea! What is everyone's thought on having it centralized instead of part of the installation, the same as Renovate schema for example. ```json "$schema": "https://docs.renovatebot.com/renovate-schema.json", ```