Joshua Carp
Joshua Carp
Looks like these aren't used anymore.
[Fixes #10]
If max retention hours is 2, the default retention hours in the create form leads to an invalid submission. The default value in the form should be
Currently, the message expiration task loads all messages into memory and issues a separate delete for each expired message. We should use a single delete query instead--something like ``` delete...
# Bug Report After a rolling restart of concourse workers, old workers remain in the `stalled` state until manually pruned: ``` name containers platform tags team state version 0eecd635-cacd-413c-a9e5-2446e45ae176 40...
**Description of your changes:** Argo retryStrategy includes an expression field. This PR exposes the field in the kfp dsl. **Checklist:** - [x] The title for your pull request (PR) should...
Max active series per user depends on default and per-tenant limits, as well as distributor sharding strategy and number of healthy ingesters. To simplify alerting when a tenant is approaching...
In order to comply with https://web.nvd.nist.gov/view/800-53/Rev4/control?controlName=AC-10, we would like to be able to control the maximum number of active tokens per user per client, such that old tokens are automatically...
Back in 0.1, we had a basic interface for customizing the behavior of relationship fields via a `keygetter` passed to `QuerySelect` or `QuerySelectList`. That wound up being a less than...
The envelope used to serialize responses is implemented in a set of helper methods (`format_items`, `wrap_response`, etc.) that could be challenging to introspect (e.g. for building swagger docs). Implementing the...