Skip to content

feat(pathways): parallelize provisioning with retries - #108

Merged
jbiskur merged 2 commits into
mainfrom
t3code/check-usable-access
Aug 31, 2026
Merged

feat(pathways): parallelize provisioning with retries#108
jbiskur merged 2 commits into
mainfrom
t3code/check-usable-access

Conversation

@jbiskur

@jbiskur jbiskur commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

Summary

  • provision independent flow types and event types with bounded concurrency
  • retry transient HTTP and network failures with exponential backoff, jitter, and Retry-After support
  • reconcile ambiguous create failures before retrying POST operations
  • deduplicate direct provisioner registrations and preserve deterministic concurrent errors
  • preserve dependency ordering and existing provisioning failure policies

Test plan

  • deno lint
  • deno check src/mod.ts
  • deno task build:npm
  • focused provisioning tests, 14 tests and 54 steps
  • full suite with PostgreSQL, 49 tests and 194 steps
  • CI green

@jbiskur
jbiskur merged commit b548e04 into main Aug 31, 2026
2 checks passed
@jbiskur
jbiskur deleted the t3code/check-usable-access branch August 31, 2026 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant