Skip to content

Commit

Permalink
fix: morning trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
KaimingWan committed Jun 6, 2024
1 parent 22ccaa3 commit 04d1e51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-vs-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Prepare-Streaming-Cluster-Install

on:
schedule:
- cron: '40 9 * * *'
- cron: '0 0 * * *'
workflow_dispatch:
inputs:
cloud_provider:
Expand Down
6 changes: 3 additions & 3 deletions workloads/vs/fast-tail-read-500m.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ consumerPerSubscription: 4
producersPerTopic: 8
producerRate: 128000
consumerBacklogSizeGB: 0
warmupDurationMinutes: 5
testDurationMinutes: 15
logIntervalMillis: 60000
warmupDurationMinutes: 10
testDurationMinutes: 30
logIntervalMillis: 30000

0 comments on commit 04d1e51

Please sign in to comment.