Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jitter and refresh interval #440

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions spicepod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ datasets:
include: 'spiceaidocs/docs/**/*.md'
acceleration:
enabled: true
refresh_check_interval: 12h
refresh_check_interval: 4h
refresh_jitter_enabled: true
refresh_jitter_max: 1m
refresh_jitter_max: 30m

- from: github:github.com/spiceai/samples/files/trunk
name: spiceai.samples
Expand All @@ -33,9 +33,9 @@ datasets:
include: '**/*.md'
acceleration:
enabled: true
refresh_check_interval: 12h
refresh_check_interval: 4h
refresh_jitter_enabled: true
refresh_jitter_max: 1m
refresh_jitter_max: 30m

- from: github:github.com/spiceai/quickstarts/files/trunk
name: spiceai.quickstarts
Expand All @@ -48,9 +48,9 @@ datasets:
include: '**/*.md'
acceleration:
enabled: true
refresh_check_interval: 12h
refresh_check_interval: 4h
refresh_jitter_enabled: true
refresh_jitter_max: 1m
refresh_jitter_max: 30m

- from: github:github.com/spiceai/blog/files/trunk
name: spiceai.blog
Expand All @@ -64,9 +64,9 @@ datasets:
include: 'content/posts/**/*.md'
acceleration:
enabled: true
refresh_check_interval: 1d
refresh_check_interval: 4h
refresh_jitter_enabled: true
refresh_jitter_max: 10m
refresh_jitter_max: 30m

- from: github:github.com/spiceai/spiceai/issues
name: spiceai.issues
Expand All @@ -75,7 +75,7 @@ datasets:
github_token: ${secrets:GITHUB_TOKEN}
acceleration:
enabled: true
refresh_check_interval: 12h
refresh_check_interval: 4h
refresh_jitter_enabled: true
refresh_jitter_max: 5m

refresh_jitter_max: 30m