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

feat: Add ESLINT_D_MAX_INSTANCES env variable. (#201) #232

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

connorgmeehan
Copy link

Hey I left this branch on my local machine and figured I'd just push it. This resolves #201 by adding an environment variable to configure the max instances so it can be reduced/increased from 10.
It just needs some help getting the error logging working. I can't print to std out. Would you be able to help me with this?

lib/caches.js Outdated Show resolved Hide resolved
Co-authored-by: Jorge Florian <jorge.floriannoriega@aiven.io>
@uloco
Copy link

uloco commented Apr 6, 2023

Really looking forward to this. Any blocker that can be removed here?

@mantoni
Copy link
Owner

mantoni commented Apr 6, 2023

@uloco Thanks for offering help.

This will need test cases and the validation should happen when starting the server so that we can log to stderr or fail. Currently this happens inside of the daemon and the error isn't shown.

@uloco
Copy link

uloco commented Apr 6, 2023

I'll see what I can do thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Configurable max instances
4 participants