Matt Domsch
Matt Domsch
I pulled out nlohmann-json, stb_image, and stb_image_resize now as well in favor of system-provided libraries. I also restored your required CPPFLAGS in addition to those provided by Fedora. I'm also...
https://github.com/aws/containers-roadmap/issues/256#issuecomment-1549434318 notes that ECS Task Scale-in Protection can now be set. However, that does not solve the problem. This prevents SIGTERM from reaching a running task, so the 2-minute SIGKILL...
See also https://github.com/aws/containers-roadmap/issues/1020#issuecomment-1549584270
I've merged these changes into the Fedora package rpm spec file and build for epel7, f30, f29, f28. Updates pending.
Same here, using latest limit_fetch, sidekiq 6 latest, and AWS Elasticache redis 5.0.6. Looking at the queue `explain` shows that it has "lost" the locks on several Processes so thinks...
We do have a separate sidekiq_schedule.yml file, so that alone won't solve it. We will patch out the config tests for now.
This behaves as expected with a simple test program below, and lints without any additional messages. Failure to have the aws-sdk-rds gem already present results in a LoadError only when...
https://github.com/brianmario/mysql2/pull/1370 suggests allowing use of an external password provider. That would make it easier for solutions such as https://github.com/floor114/mysql2-aws_rds_iam to drop in.
I have concerns that by doing the token fetch and refresh in a higher-level add-on gem such as https://github.com/floor114/mysql2-aws_rds_iam, which specifically requires that the driver-level reconnect mechanism be disabled (because...
My team has incorporated this new pre.rc1 build into our applications, and it appears to be working as expected and as it did in the previous versions. Thank you!