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
improvement(executor): parallelize the execution-core serial front
The PII-redaction row read (workspace ⋈ organization) joins the existing
state + environment Promise.all instead of running serially after logging
start, and eligibleOrgForWorkspace resolves its feature-flag and
enterprise-plan reads concurrently after the workspace lookup. Identical
results; fewer serial round trips for every execution path, including
Trigger.dev workers.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments