Jon Steinich

Results 119 comments of Jon Steinich

I've updated with changes that I've made in other branches. The ipv6 test is failing, but we've been using it successfully for ipv4. I'll work on fixing ipv6 when I...

I didn't have any luck the instrumenting classloader either, but I am new to both Jetty and Gretty so I may have just been configuring it wrong. I have switched...

We encounter this frequently.

> Isn't that what `ECS task creation timeout` option is for? Have you tried increasing that? I have that set to 30 minutes, but it doesn't seem to matter. I...

The logs actually have `c.c.j.plugins.amazonecs.ECSSlave#_terminate ... Stopping: TaskArn ...` prior to the waiter exception. Looking through the code flows that trigger the stop, I believe the most likely case is...

> I'm going to test setting the container cleanup period to the same value as the task launch timeout and see if this issue goes away. Logs are looking much...

I got the same error (though I have made some other modifications) running ansible 2.1.2.0 I solved by added another task to the launch role: ``` - name: Keep track...

> Perhaps you're right. Which versions of unity are still supported, and how popular are they? Unity 2020 LTS (2020.3.x) still has support for another 6-9 months. Unity 2021 LTS...

> [Our unity build agent is failing](https://developercommunity.visualstudio.com/t/The-SSL-connection-could-not-be-establis/10128796) at this point anyway, so we can't produce any unitypackage at the moment. I'm not that familiar with how the builds are setup...

> If a game developer is stuck on one unity version for years, can't they also lock down on a particular major.minor version of messagepack so that they keep working,...