Commit aacd325
authored
* Add event emitter utility
* WIP Add basic interactive compute support
* WIP interactive compute. Add dependencies and router
* misc code cleanup
* Combine COMPLETE/CLOSE messages
* Refactor tasks in interactive compute
* WIP refactor compute backend, client, local compute
* Add deepforge serialization files and addArtifact support
* Add session.close to interactive sessions
* WIP IC Add member method for encoding msgs
* WIP IC Throw error on exec w/ non-zero exitCode
* WIP IC add session w/ auto queueing support
* WIP IC Rename action name in ensureIdle
* WIP code cleanup
* WIP create server in "before"
* Refactor interactive client code (improve testability)
* addFile support for interactive sessions
* Use Session.new for creation (throws on failure)
* Detect compute creation errors
* rm old debug logs
* Rename start-session.js to start.js
* Fixed bugs with start.js code on interactive compute
* Send ERROR message on job failure
* Combine wss ports. Add DEEPFORGE_INTERACTIVE_COMPUTE_HOST
* ensure client ws open before sending
* async fn -> fn
* use router lifecycle hooks
* Update package-lock
* Fix tests
* Add integration tests and auth for blob client
* Add InteractiveComputeHost info to gmeConfig.extensions
* Fixed default server URL detection
* Update the router to use the interactive compute from the gme config
* Remove old debug comments
* add start/stop interactive compute logs
* Stop the server after the interactive compute integration tests
* Remove debug logs
1 parent 776ceae commit aacd325
File tree
26 files changed
+1169
-973
lines changed- config
- docker
- src
- common
- compute
- backends
- interactive
- routers/InteractiveCompute
- job-files
- test
- integration
- unit
- common/api
- plugins/ExecutePipeline
- routers
- ExecPulse
- InteractiveCompute
- JobLogsAPI
- JobOriginAPI
- utils
26 files changed
+1169
-973
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
54 | 59 | | |
55 | 60 | | |
56 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
0 commit comments