Dev concurrency limit by env (with optional global limit)#2625
Dev concurrency limit by env (with optional global limit)#2625matt-aitken merged 2 commits intomainfrom
Conversation
Previously it was limited to max of 25, no matter the environment limit
|
|
Caution Review failedThe pull request is closed. WalkthroughThis pull request modifies environment variable handling for concurrent runs limits. The EnvironmentSchema field Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes The changes span two related files with mixed complexity: a schema validation change that alters the type signature of an exported entity, and a logic modification that introduces conditional fallback behavior with a min-based constraint. While the individual modifications are straightforward, understanding the relationship between the optional schema change and its corresponding usage requires careful verification to ensure the fallback logic properly handles the now-optional environment variable. ✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
No description provided.