Skip to content

Commit

Permalink
chore: add job to dev container config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubisoft-potato authored Dec 12, 2024
1 parent add40ee commit afc6af7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions manifests/bucketeer/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,21 @@ batch-server:
- name: mau-partition-creator
jobId: MauPartitionCreator
schedule: "0 2 2 * *"
- name: feature-flag-cacher
jobId: FeatureFlagCacher
schedule: "* * * * *"
- name: segment-user-cacher
jobId: SegmentUserCacher
schedule: "* * * * *"
- name: api-key-cacher
jobId: ApiKeyCacher
schedule: "* * * * *"
- name: experiment-cacher
jobId: ExperimentCacher
schedule: "* * * * *"
- name: auto-ops-rules-cacher
jobId: AutoOpsRulesCacher
schedule: "* * * * *"


subscriber:
Expand Down

0 comments on commit afc6af7

Please sign in to comment.