-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(runtime): Remove 2s startup sleep (#1012)
* dont upload .git * Remove the 2 second sleep at runtime startup + logging and docs * some markdown formatting * move .git ignore (pun intended) to other PR
- Loading branch information
Showing
8 changed files
with
111 additions
and
97 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,4 @@ | ||
# Deployment System | ||
|
||
Service that manages the building, loading, and deployment of the Shuttle service(s) that make up a user's Shuttle project. | ||
|
||
## Checklist | ||
|
||
* [ ] Implement building of incoming services. | ||
* `deployment/queue.rs` | ||
* [ ] Implement the loading/execution/deployment of built services. | ||
* `deployment/run.rs` | ||
* [ ] Populate logs table. | ||
* `persistence.rs` | ||
* `deployment/queue.rs` | ||
* `deployment/run.rs` | ||
* [ ] Send build logs over WebSockets. | ||
* [ ] Properly cache `crates.io`. | ||
* [ ] Server-side pre-deployment testing of services. | ||
* `deployment/run.rs` | ||
* [ ] Integrate with gateway (i.e., start instances of deployer from gateway with correct project secret specified). | ||
* Depends on gateway being complete/merged. | ||
* [ ] End-to-end/integration testing. | ||
* Fairly independent of the rest of the code base. | ||
This binary runs inside a Docker image that is spun up at every 'project start'. |
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
Oops, something went wrong.