-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(subs,gate): port agent concept #845
Merged
Merged
Conversation
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
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. |
michael-0acf4
force-pushed
the
substantial-integration
branch
from
September 16, 2024 19:30
7002b36
to
a1c48a5
Compare
michael-0acf4
force-pushed
the
adapt-as-agent
branch
from
September 16, 2024 19:30
c48aa6d
to
d973a63
Compare
3 tasks
michael-0acf4
force-pushed
the
adapt-as-agent
branch
from
September 18, 2024 16:15
e25f76e
to
a3d5f26
Compare
michael-0acf4
force-pushed
the
substantial-integration
branch
3 times, most recently
from
September 19, 2024 20:16
7e991d1
to
508a4d0
Compare
michael-0acf4
force-pushed
the
adapt-as-agent
branch
2 times, most recently
from
September 19, 2024 21:00
5108dad
to
413e2fe
Compare
michael-0acf4
force-pushed
the
substantial-integration
branch
from
September 20, 2024 13:57
ee02244
to
6ea439f
Compare
michael-0acf4
force-pushed
the
adapt-as-agent
branch
from
September 20, 2024 13:57
5f35da0
to
8b40c7c
Compare
michael-0acf4
force-pushed
the
substantial-integration
branch
from
September 20, 2024 16:38
6ea439f
to
6f3c6ab
Compare
michael-0acf4
force-pushed
the
adapt-as-agent
branch
from
September 20, 2024 16:38
8b40c7c
to
81f34bd
Compare
michael-0acf4
requested review from
zifeo,
Natoandro,
Yohe-Am,
j03-dev and
luckasRanarison
September 20, 2024 17:03
I will tackle Redis + making |
michael-0acf4
force-pushed
the
adapt-as-agent
branch
from
September 20, 2024 18:11
a5b8085
to
10ef008
Compare
michael-0acf4
force-pushed
the
substantial-integration
branch
from
September 23, 2024 08:12
6f3c6ab
to
6e86f56
Compare
michael-0acf4
force-pushed
the
adapt-as-agent
branch
from
September 23, 2024 08:14
10ef008
to
f91d81d
Compare
michael-0acf4
force-pushed
the
substantial-integration
branch
from
September 23, 2024 09:39
6e86f56
to
196c769
Compare
michael-0acf4
force-pushed
the
adapt-as-agent
branch
from
September 23, 2024 09:39
f91d81d
to
1e30078
Compare
Natoandro
approved these changes
Sep 24, 2024
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