Skip to content

perf(streaming): coalesce per-token publishes to Redis (50ms / 128-char window) #2187

perf(streaming): coalesce per-token publishes to Redis (50ms / 128-char window)

perf(streaming): coalesce per-token publishes to Redis (50ms / 128-char window) #2187

Workflow file for this run

name: Release Doctor
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
release_doctor:
name: release doctor
runs-on: ubuntu-latest
if: github.repository == 'scaleapi/scale-agentex-python' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
steps:
- uses: actions/checkout@v6
- name: Check release environment
run: |
bash ./bin/check-release-environment
env:
PYPI_TOKEN: ${{ secrets.AGENTEX_PYPI_TOKEN || secrets.PYPI_TOKEN }}