Issue 2993 - Handle statestore commit failures caused by DynamoDB throttling exceptions #6889
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Query Module | |
on: | |
pull_request: | |
paths: | |
- '.github/workflows/chunk-query.yaml' | |
- '.github/workflows/chunk.yaml' | |
- '.github/config/chunks.yaml' | |
- 'code-style/checkstyle*.xml' | |
- 'code-style/spotbugs*.xml' | |
- 'java/pom.xml' | |
- 'java/query/pom.xml' | |
- 'java/query/query-core/**' | |
- 'java/query/query-runner/**' | |
- 'java/query/query-lambda/**' | |
- 'java/ingest/ingest-runner/**' | |
- 'java/common/common-job/**' | |
- 'java/ingest/ingest-status-store/**' | |
- 'java/sketches/**' | |
- 'java/ingest/ingest-core/**' | |
- 'java/statestore/**' | |
- 'java/parquet/**' | |
- 'java/configuration/**' | |
- 'java/common/dynamodb-tools/**' | |
- 'java/core/**' | |
jobs: | |
chunk-workflow: | |
uses: ./.github/workflows/chunk.yaml | |
with: | |
chunkId: query |