feat(subs,gate): port agent concept#845
Merged
michael-0acf4 merged 11 commits intomainfrom Sep 24, 2024
Merged
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #845 +/- ##
==========================================
+ Coverage 77.04% 77.08% +0.04%
==========================================
Files 147 148 +1
Lines 17226 17509 +283
Branches 1697 1721 +24
==========================================
+ Hits 13271 13497 +226
- Misses 3936 3993 +57
Partials 19 19 ☔ View full report in Codecov by Sentry. |
7002b36 to
a1c48a5
Compare
c48aa6d to
d973a63
Compare
3 tasks
e25f76e to
a3d5f26
Compare
7e991d1 to
508a4d0
Compare
5108dad to
413e2fe
Compare
ee02244 to
6ea439f
Compare
5f35da0 to
8b40c7c
Compare
6ea439f to
6f3c6ab
Compare
8b40c7c to
81f34bd
Compare
Contributor
Author
|
I will tackle Redis + making |
a5b8085 to
10ef008
Compare
6f3c6ab to
6e86f56
Compare
10ef008 to
f91d81d
Compare
6e86f56 to
196c769
Compare
f91d81d to
1e30078
Compare
Natoandro
approved these changes
Sep 24, 2024
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Continuation of #844
Note:
There is currently no need for additional flags when running typegate, existing runs should be picked automatically as long as the typegraph owning the workflow is deployed. SubstantialRuntime will launch and start the agent, the later will attempt to 'pick' jobs on the backend and spawn workers if it can acquire it.
Workflows are identified relative to their names for now, the content hash might be the way to go going forward, downside being that it will change even on smaller modifications (e.g. spaces, missing semicolons, ..).
Migration notes
None