Skip to content

Fix issue on graceful shutdown with rabbitmq due to not copying memory for the message body #186

Fix issue on graceful shutdown with rabbitmq due to not copying memory for the message body

Fix issue on graceful shutdown with rabbitmq due to not copying memory for the message body #186

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Pull Request
on:
pull_request:
schedule:
# Runs every night at 2 AM UTC. This is to detect flakey builds
- cron: '0 2 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Run Build in Dev Container
uses: devcontainers/ci@v0.3
with:
runCmd: |
dotnet cake