-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an endpoint to restart a compiler by name (#11)
This endpoint has a 'soft' and a 'hard' restart. The former kicks off what is effectively a partial recompilation by invalidating the state of the compiler. It's pretty fast, but isn't good at things like busting caches. A 'hard' restart literally closes and restarts the compiler, showing the overlay and all that. Co-authored-by: shilal <shilal@etsy.com>
- Loading branch information
1 parent
110132d
commit 9c7e2ed
Showing
2 changed files
with
66 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters