You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set inngest's ALS in global state to access it across versions (#819)
## Summary
<!-- Succinctly describe your change, providing context, what you've
changed, and why. -->
Moves `inngest`'s
[`AsyncLocalStorage`](https://nodejs.org/api/async_context.html) usage
to global state, ensuring we can access `inngest` context while using
multiple versions and across boundaries.
## Checklist
<!-- Tick these items off as you progress. -->
<!-- If an item isn't applicable, ideally please strikeout the item by
wrapping it in "~~"" and suffix it with "N/A My reason for skipping
this." -->
<!-- e.g. "- [ ] ~~Added tests~~ N/A Only touches docs" -->
- [ ] ~Added a [docs PR](https://github.com/inngest/website) that
references this PR~ N/A KTLO
- [ ] ~Added unit/integration tests~ N/A Included; multi-process tests
not included - testing with `@inngest/agent-kit`
- [x] Added changesets if applicable
0 commit comments