Matthew Kent
Matthew Kent
### What does this PR do? Allow the disabling of binary log size collection. This helps on Aurora which can create thousands of small logs. Example 72 hour retention from...
### What does this PR do? This fixes statement sample collection on MariaDB 10.1. [Per the MariaDB docs](https://mariadb.com/kb/en/window-functions/), they're only supported on 10.2.0+. ### Motivation Couldn't collect samples on MariaDB...
## Description Support setting allow_downgrade: false in apt to disable passing --allow-downgrades. This could be used to prevent Chef from inadvertently downgrading a manually upgrade package. ## Related Issue https://github.com/chef/chef/issues/13788...
### Describe the problem as clearly as you can We're seeing some issues with `bundler/inline` activating an older bundler version picked up from the `Gemfile.lock`. At best this is confusing,...
This is the resque-pool side of https://github.com/resque/resque/pull/1920. See the notes there.
Given this list of hosts in the `deploy.yml`: ``` jobs_web: hosts: - bcx-staging-resque-web-01: [ sc_chi ] - bcx-staging-resque-web-101: [ df_iad ] ``` if we stop a set of containers within...
We run a large resque (resque-pool) installation with ~1100 workers per site. These use a low INTERVAL of 100ms to pickup new work. Something we've noted is that the workers...
While debugging some performance issues with a huge volume of workers I noticed that ``` redis.get('pause-all-workers') ``` is being run twice for each interval. If you set the INTERVAL to...
### Environment * TMOS/Bigip Version: BIG-IP 17.1.2 Build 0.0.8 Final * Terraform Version: 1.10.5 * Terraform bigip provider Version: 1.24.1 ### Summary When using the `bigip_ltm_pool_attachment` resource, I can't change...
### Is your feature request related to a problem? Please describe. Similar to https://github.com/F5Networks/terraform-provider-bigip/issues/832, we'd like to version control our `iFiles` files and put them under terraform control. This would...