Skip to content

Commit

Permalink
chore: updated pepr watch limit to 60s (#840)
Browse files Browse the repository at this point in the history
## Description

Adjust Pepr watch limit to a lower value to help UDS Package
delete/reinstalls succeed more often.

## Related Issue

Fixes # #839

## Type of change

- [x] Bug fix (non-breaking change which fixes an issue)

## Checklist before merging

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor
Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)
followed
  • Loading branch information
docandrew committed Sep 27, 2024
1 parent e80e6fc commit 29e4d5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pepr/uds-operator-config/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ operator:
UDS_LOG_LEVEL: "###ZARF_VAR_UDS_LOG_LEVEL###"
AUTHSERVICE_REDIS_URI: "###ZARF_VAR_AUTHSERVICE_REDIS_URI###"
# Allow Pepr watch to be configurable to react to dropped connections faster
PEPR_LAST_SEEN_LIMIT_SECONDS: "300"
PEPR_LAST_SEEN_LIMIT_SECONDS: "60"
# Allow Pepr to re-list resources more frequently to avoid missing resources
PEPR_RELIST_INTERVAL_SECONDS: "60"

0 comments on commit 29e4d5e

Please sign in to comment.