Jake Pruitt
Jake Pruitt
@corporategoth it looks like this failed to build due to timeout - should we move this out of "ready for review"? Also I would love to see an explanation of...
We'll need to make sure tagging works when we port over reduce mode for watchbot 4, cc/ @tapasweni-pathak .
Since service discovery is now available, I think we can start experimenting here (refs https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-discovery.html). Looks like there's even cloudformation support: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html. From the API standpoint, I think it'd make...
@rclark I don't think we want failed task placements to wind things up in the dead letter queue. Failed task placements represent a structural limitation of the scheduler, and should...
🤔 I feel like the restrictions here were set up to prevent uncontrolled disk space growth. I wonder if it's possible to turn the part of your filesystem that you...
Hey @springmeyer, I was trying to run java recently, and it kept failing to find any java installations: ``` 2016-01-16 14:57:49.959 java[10704:54199] [JVM Detection] FillMatcher: failed to create CFNumberFormatter There...
@schancel that does sound similar! I'll see if I can create a fix that covers both cases.
https://github.com/redis/node-redis/pull/1603 works as a workaround!
@jjanczyszyn I believe all `AllowedValues` need to be strings, even if the `Type` of the property is a `Number`.
I don't think any parsing or conventions would be necessary: the docker-compose file defines where each image's context/Dockerfile lives and outputs all of those images in the format `-` when...