-
Notifications
You must be signed in to change notification settings - Fork 44.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: push the limit for open handles #7390
feat: push the limit for open handles #7390
Conversation
PR Description updated to latest commit (85c79f9)
|
PR Reviewer Guide π
|
PR Code Suggestions β¨
|
β Deploy Preview for auto-gpt-docs canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## kpczerwinski/open-1186-agent-wrapper #7390 +/- ##
=====================================================================
Coverage 54.20% 54.20%
=====================================================================
Files 122 122
Lines 6876 6876
Branches 881 881
=====================================================================
Hits 3727 3727
Misses 3016 3016
Partials 133 133
Flags with carried forward coverage won't be shown. Click here to find out more. β View full report in Codecov by Sentry. |
CI Failure Feedback π§(Checks updated until commit 5d80d7a)
β¨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
5ec2856
into
kpczerwinski/open-1186-agent-wrapper
User description
Background
Changes ποΈ
PR Quality Scorecard β¨
+2 pts
+5 pts
+5 pts
+5 pts
-4 pts
+4 pts
+5 pts
-5 pts
agbenchmark
to verify that these changes do not regress performance? β+10 pts
PR Type
enhancement, configuration changes
Description
ulimit -n unlimited
to remove the limit on the number of open files, which helps in preventing issues related to open file handle limits during CI runs.Changes walkthrough π
autogpt-server-ci.yml
Set max open files limit in CI workflow for macOS
Β Β Β Β Β Β Β Β.github/workflows/autogpt-server-ci.yml
ulimit -n unlimited
to remove the limit on the number of openfiles.