Justin King
Justin King
Irony time! Running `AdaptiveIndexDefrag` will result in exactly 1 fragmented index: `tbl_AdaptiveIndexDefrag_Stats_log`. Added a 4th step to the daily maintenance job to rebuild said index so that any monitoring system...
RIght now Rover is essentially a helper/wrapper for terraform that manages things to work better with the launchpad. However, rover uses a completely unique syntax in order to interact with...
It seems 99% of the rover container is pretty standard fare, and that most the "magic" is the rover bash which has a clever way of determining the appropriate tfstate...
right now data is a required string for the `restapi_object`, which causes issues with some providers. Notably CircleCI uses a curl POST with no data to create a new project,...
# Summary Add a `paramPrefix` to an application set git generator file template, so imported variables can be imported without fear of merge if desired. # Motivation While `pathParamPrefix` can...
Some restful API's will not return more than 'n' results when you do a list/search for data, instead returning a page_token (or similiar) so you can request data in batches....
Currently the destination rule only supports `name`, `path`, `ttl` for defining a cookie for sticky sessions. Envoy allows another value: `attributes`. This additional attribute would be really handy as it...