linter-flow icon indicating copy to clipboard operation
linter-flow copied to clipboard

fix(error-handling): Don't re-check flow for any error.

Open nmn opened this issue 8 years ago • 10 comments

The linter used to recheck flow when the server was initializing. This could cause massive CPU usage.

fixes #114

nmn avatar Sep 24 '16 22:09 nmn

@ericnkatz @cristian-sima @Arcanemagus Can you please take a look at this PR and see if it fixes the issue. I want to be sure because this fix has the side-effect of throwing more errors in Atom.

nmn avatar Sep 24 '16 22:09 nmn

I don't actually use flow myself, and haven't seen this issue in the very limited testing that I've done.

Arcanemagus avatar Sep 25 '16 20:09 Arcanemagus

@nmn I can not say if it fixes or not. I wait until it is available as an update in Atom's list of updates, then I'll install it and test it

cristian-sima avatar Sep 29 '16 13:09 cristian-sima

@Arcanemagus Looks like this has solved the performance issue -> will be testing throughout the day to see if it still comes up.

ericnkatz avatar Oct 03 '16 14:10 ericnkatz

@ericnkatz Any result?

cristian-sima avatar Oct 06 '16 13:10 cristian-sima

any news?

mmazzarolo avatar Dec 07 '16 16:12 mmazzarolo

@mmazzarolo The "news" is still one "maybe" that it fixes it and no other feedback, so you are the only one who can answer that question 😛.

Unfortunately this package seems to not have an active maintainer currently, I'll poke around a bit and see if there is anything I can take care of but I don't use this linter myself currently.

Arcanemagus avatar Dec 08 '16 00:12 Arcanemagus

Ive been kind of busy, but I'll try to take a crack at this again.

nmn avatar Dec 08 '16 05:12 nmn

@Arcanemagus Got it :) I moved to nuclide right now, but I can confirm that yesterday I was still having the CPU issue.

mmazzarolo avatar Dec 08 '16 09:12 mmazzarolo

Is this PR still relevant? Can you rebase on master and fix the requested changes so we can see if the CI builds are still failing?

Arcanemagus avatar Apr 21 '18 05:04 Arcanemagus