Jason Perrin
Jason Perrin
First off, thanks for making this exporter @timonwong, it's been great to use so far! I did run into some kind of race condition or bug recently though, and I...
My suggestion for a feature is to set in the config how many backups should run at a time, and have them each generate config files, so I can both...
Taken from @chriskuehl's comment on #103: > This is fine, but eventually we should take the opportunity to fix this API. Currently it's really hard to write correct code which...
Having duration information like in [ocfweb](https://github.com/ocf/ocfweb/commit/2335248d1fa0f758c46d03d6021ce20ad35374d8) would be nice, however currently it doesn't work because of [freezegun](https://github.com/spulec/freezegun). I think some more debugging is needed to get the two working well...
Currently, tests (using pytest) can leave files around in `/tmp` (~ 800 MiB per pytest directory) which can then lead to `/tmp` completely running out of space since it is...
It would be quite useful to show some performance information in ocfweb on page loads (to only staff when they are logged in). [Khan/gae_mini_profiler](https://github.com/Khan/gae_mini_profiler) might work, but I haven't tried...
While working on #389, I discovered that on the mail virtual hosting page, the edit buttons under all the vhost email addresses doesn't actually do anything currently, so to change...
[This page](https://www.ocf.berkeley.edu/stats/accounts/) doesn't appear to be cached [on the server side](https://www.ocf.berkeley.edu/test/periodic), and also has higher resolution than we probably need (daily). Maybe we could increase the resolution when it zooms...
I think this is fully ready to go! I've tested this locally with commands like `python paasta_tools/cli/cli.py logs -s example_happyhour -c pnw-devc -i main -f` or `python paasta_tools/cli/cli.py logs -s...
enhancement(splunk_hec sink): Use a response cookie to route ack checks to the same Splunk indexer
## Summary This is particularly useful when running Splunk in a clustered environment with multiple indexer hosts. In this environment, acknowledgement IDs are frequently duplicated across multiple indexers (they all...