eslint-plugin-json-schema-validator
eslint-plugin-json-schema-validator copied to clipboard
Timeout of 10000ms exceeded for get-modules/http.js
This used to happen once in a while, but now it is so frequent, I have to retry 3-4 times to make it go away
from https://github.com/kudoai/bravegpt
Pull requests are welcome, I think it should be made optional.
I have changed the timeout to 60s. If you are still having problems, please open a new issue.
I think that will just make it worse. Previously after 10s timeout, terminal just hangs around in limbo state, then sometimes ESLint finishes successfully, other times fails (after an even longer wait).
Now, it will take a whole minute to timeout before proceeding to slowly succeed/fail...
You should just spy on how your biggest competitor bypasses having to rely on this unreliable module (i used them prior but switched since this also covered yaml, but if issue persists i'ma just switch back)
I'm not sure what you want to change. Could you open a new issue and explain in more detail?
But it's not a separate issue. get-modules/http.js makes your plugin unusable. I want to change using your plugin for your competitor's because no such issues exist in his working version
I didn't change yet because I have like 30+ repos that use ESLint
What I'm saying is your plugin does not work because of get-modules/http.js regardless of timeout duration, so you must replace this dependency or others will leave too
This error occurs 100% of the time now
What I'm saying is your plugin does not work because of get-modules/http.js regardless of timeout duration, so you must replace this dependency or others will leave too
Still not sure. What is your suggestion?
I said it 2 times don't use get-modules/http.js spy on the other json plugin see how they don't rely on it, just copy same thing
Wait ignore me increased timeout worked
How would we make this plugin work if we didn't use get-modules/http.js
?
However the other plugin makes it work without this sporadic issue
If he's using same dependency then the implementation is just flawed
However the other plugin makes it work without this sporadic issue
I didn't know there was another ESLint plugin that has the same functionality as this one, and if it works well, it would make sense to use it. Could you please tell me which plugin it is, if possible?
I'm busy but you can easily find it on search engine by typing something like ESLint JSON plugin
Okay. I'll lock this thread then.