Rodrigo Mazzilli
Rodrigo Mazzilli
We are trying to set it Airflow in a Docker container running on AWS ECS. The same container runs correctly locally but fails to start the web server on AWS...
@tomasdev Does this mean we cannot right now use the default `mapbox-gl-draw` control box and simply add additional buttons to it? I could not find any example on how to...
We use Seneca w/ AWS Lambda w/o any issues. In our scenario, AWS Lambas are used w/ AWS Gateway and they forward requests to microservices running on AWS ECS. Before...
We currently do not user AWS Lambdas in our microservices architecture. We use lambdas as part of the API Gateway only. Our MS are written mostly in NodeJS and run...
I still have to write a small reproduction showing this problem. What I can easily see now is that there is a conflict w/ MongoDB NodeJS driver. My MongoDB server...
@rjrodger Is Seneca using somehow the port `27017` (which is default of MongoDB)? I just retested this using `[email protected]` and the problem is still there. Apparently microservices using Seneca cannot...
@rjrodger I also changed the MongoDB port to something different than 27017 and the problem still persists, so this is nothing related to port conflict.
@rjrodger What has changed from version `3.7.0` to `3.8.0` to cause such an impact/conflict on NodeJS streams? Another bizarre behaviour is that I cannot reproduce the problem when I run...
Any news on this issue @rjrodger? Do you still need a demo project or @zhonggithub has provided you one? I can confirm this later today but it seems the issue...
So the answer is *NO*. Seneca `3.20.1` does not fix this issue. In fact, it works strangely in the development environment (`macOS Catalina`) but it fails catastrophically in our CircleCI...