Skip to content

Commit

Permalink
fixed concurrency groups
Browse files Browse the repository at this point in the history
  • Loading branch information
janlegner committed Nov 27, 2023
1 parent 709c9be commit f728aa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ steps:
- 'ls -td -- /mnt/storage-1/snapshots/*/ | awk "NR>1" | tee /dev/stderr | xargs rm -rf'

- label: ":calendar: Schedule"
concurrency_group: 'validator-bonds/fetch'
concurrency: 1
commands:
- |
max_processed_epoch=$(gcloud storage ls "gs://marinade-validator-bonds-mainnet" | awk -F / '{print $$4}' | sort -nr | head -n 1 || exit 1)
Expand Down

0 comments on commit f728aa1

Please sign in to comment.