Skip to content

fix(run_task_in_threads): Commit offsets even when consumer is idle #440

fix(run_task_in_threads): Commit offsets even when consumer is idle

fix(run_task_in_threads): Commit offsets even when consumer is idle #440

Workflow file for this run

name: Arroyo Docs on PR's
on:
pull_request:
jobs:
docs:
name: Sphinx
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Build docs
run: |
pip install virtualenv
make docs