Has anyone managed to get a .NET Core for Linux agent to work on AWS Fargate? We've had a number of attempts across multiple teams working on it with no luck. The controller receives the request to create a node just fine, but it doesn't seem to ...
Hi Allan, We will have to manually define POCO transactions. DEBUG logs aren't showing the classes/methods to define for some reason, so we're going to enable TRACE logs and work with AppD support to continue troubleshooting. Have a good weekend,Ca...
Hi Allan, I think you’re thinking of something like Lambda. ECS on Fargate works more like a regular kubernetes environment but the management of the cluster and the nodes are abstracted so it’s also referred to as serverless.It should be working, we...
We are using .NET Core 2.1 or 2.2, so we were expecting it would work fine for us on Fargate.I’m more wondering if folks have successfully used serverless/Fargate so we can make sure we are barking up the correct tree in our troubleshooting.Thanks!Ca...
Hi Allan, thanks for the response. We have tried with version 4.5.13.0 and 4.5.18.1. Controller is 4.5.17.Once v20.3 is released this month we will give that a try for our .NET Core 3.1 environments, so we could try that here.
It's possible to do this, but I don't know powershell :( . I do this with a shell script, using sed to replace the entity names. If you have the option of running this on a UNIX host I can send you an example of a script.