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

When a worker restarts we should clear all its errors in the error cache #211

Closed
basarat opened this issue Sep 25, 2016 · 1 comment
Closed

Comments

@basarat
Copy link
Member

basarat commented Sep 25, 2016

The typescript worker has become a bit crashy lately. e.g. just right now :

image

To mitigate this we made the worker auto restarting with the right settings. But now the errors linger if it crashes.

Fix

Track all errors by their source in the error cache and allow us to clear errors by error source.

@basarat
Copy link
Member Author

basarat commented Sep 26, 2016

Released with 2.1.1 🌹

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

No branches or pull requests

1 participant