-
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 a start and stop compiler endpoints (#18)
* Create a /stop-compiler endpoint This commit creates an endpoint that accepts POST requests with the name of a compiler that will be stopped. * Create a /start-compiler endpoint As with the /stop-compiler endpoint, this accepts a POST request * Add a condition to start compilers with /start-compiler Kevin has a maximum of compilers that can be active, so with this change the endpoint will not start anything if the maximum has been reached. * Change log format when stopping compilers * Make compilerClose hook be run before stopping a compiler with endpoint
- Loading branch information
Showing
1 changed file
with
83 additions
and
0 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