Skip to content
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

[BUG] easytrade image lead microservices to crashing loop #789

Closed
IgnacioGoldman opened this issue Jan 20, 2025 · 0 comments · Fixed by #790
Closed

[BUG] easytrade image lead microservices to crashing loop #789

IgnacioGoldman opened this issue Jan 20, 2025 · 0 comments · Fixed by #790
Assignees
Labels
bug Something isn't working

Comments

@IgnacioGoldman
Copy link
Contributor

Image 8831949 in my easytrade app on k8s will lead some of my pods to a crashing loop with this error:

Unhandled exception. System.IO.IOException: The configured user limit (128) on the number of inotify instances has been reached, or the per-process limit on the number of open file descriptors has been reached.

Solution: setting the suggested env var DOTNET_HOSTBUILDER__RELOADCONFIGONCHANGE=false on deployment seems to have done the job.

New easytrade image with the fix: 4d5adb3

@IgnacioGoldman IgnacioGoldman added the bug Something isn't working label Jan 20, 2025
@IgnacioGoldman IgnacioGoldman self-assigned this Jan 20, 2025
@IgnacioGoldman IgnacioGoldman linked a pull request Jan 21, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant