Matt Books
Matt Books
in the general form of ```ruby begin response = connection.request(...) response.flush rescue HTTP::TimeoutError retry end ``` If there is a timeout while reading the body in `#flush` then the state...
### Terraform Core Version 1.5.3 ### AWS Provider Version 5.79.0 ### Affected Resource(s) * aws_sns_platform_application ### Expected Behavior ```hcl resource "aws_sns_platform_application" "apns_application" { platform = "APNS" platform_credential = "" platform_principal...
When using gh-ost to migrate a table from latin1 to utf8mb3 (and likely other utf8) character encoding, the initial data copy works correctly, but new data inserted during the migration...
After reading #71, testing and reading the code, my understanding is that falcon expects a SIGINT to trigger a graceful shutdown. However, in kubernetes, SIGTERM is sent to trigger shutdown....