Skip to content

make ingest/delete idempotent and scale celery workers with configura… #9

make ingest/delete idempotent and scale celery workers with configura…

make ingest/delete idempotent and scale celery workers with configura… #9

Workflow file for this run

name: API Build
on:
push:
branches: [main]
paths:
- 'services/query-engine/**'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Docker build
run: docker build -t query-engine-api:${{ github.sha }} services/query-engine