Skip to content

HTTP2 API calls from prefect server breaking flow runs with large amounts of async tasks #9338

HTTP2 API calls from prefect server breaking flow runs with large amounts of async tasks

HTTP2 API calls from prefect server breaking flow runs with large amounts of async tasks #9338

Workflow file for this run

name: Issue bot
on:
issues:
types: [closed, assigned, unassigned, labeled]
jobs:
remove_label:
runs-on: ubuntu-latest
steps:
- name: Remove status labels on close
if: github.event.action == 'closed'
run: gh issue edit --repo prefecthq/prefect ${{ github.event.issue.number }} --remove-label "needs:triage" --remove-label "needs:attention"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}