Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

fix(worker): bound cron handlers and split the cron queue into two lanes

merged#2588CedarCopilot

CedarCopilot wants to merge 4 commits into staging from fix/cron-poller-timeout-and-slow-queue

10 files changed

Libra does not show diffs here. View the full diff on GitHub.

  • modifiedapps/server/.env.example+4-0
  • addedapps/server/src/runtime/__tests__/handler-ceiling.test.ts+110-0
  • addedapps/server/src/runtime/__tests__/sqs-ack.test.ts+79-0
  • addedapps/server/src/runtime/handler-ceiling.ts+67-0
  • addedapps/server/src/runtime/sqs-ack.ts+62-0
  • modifiedapps/server/src/runtime/worker-entry.ts+264-133
  • modifiedaws/lib/runtime-contract.ts+1-0
  • modifiedaws/lib/stacks/app-stack.ts+63-36
  • modifiedaws/lib/stacks/data-stack.ts+16-1
  • modifiedaws/lib/stacks/observability-stack.ts+5-0