-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
refactor: Service Wiring / Concurrency pt 1 #2202
Closed
Closed
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
✅ Deploy Preview for localai canceled.
|
dave-gray101
changed the title
Draft: Service Wiring / Concurrency
refactor: Service Wiring / Concurrency pt 1
May 1, 2024
backend services Signed-off-by: Dave Lee <dave@gray101.com>
dave-gray101
force-pushed
the
rf-service-wiring-1a
branch
from
May 7, 2024 08:49
1e50581
to
8c542fc
Compare
github-actions
bot
added
kind/documentation
Improvements or additions to documentation
area/ai-model
labels
May 7, 2024
dave-gray101
added
area/golang
area/api
area/backends
and removed
kind/documentation
Improvements or additions to documentation
area/ai-model
labels
May 7, 2024
Signed-off-by: Dave Lee <dave@gray101.com>
…r future sanity Signed-off-by: Dave Lee <dave@gray101.com>
copy paste error Signed-off-by: Dave Lee <dave@gray101.com>
dave-gray101
force-pushed
the
rf-service-wiring-1a
branch
from
May 8, 2024 00:48
eb81bcc
to
8419b10
Compare
…t model' to the process. not currently used in this pr, but IS used in the next one for image generation. Backdating it to pr1 for merge reasons Signed-off-by: Dave Lee <dave@gray101.com>
Signed-off-by: Dave Lee <dave@gray101.com>
Signed-off-by: Dave Lee <dave@gray101.com>
…I into rf-service-wiring-1a
Signed-off-by: Dave Lee <dave@gray101.com>
dave-gray101
force-pushed
the
rf-service-wiring-1a
branch
from
May 23, 2024 21:11
807da80
to
b43ca24
Compare
github-actions
bot
added
kind/documentation
Improvements or additions to documentation
area/ai-model
ci
labels
May 23, 2024
dave-gray101
changed the title
refactor: Service Wiring / Concurrency pt 1
DRAFT / REBASE : refactor: Service Wiring / Concurrency pt 1
May 23, 2024
dave-gray101
force-pushed
the
rf-service-wiring-1a
branch
from
May 23, 2024 21:43
b43ca24
to
807da80
Compare
dave-gray101
changed the title
DRAFT / REBASE : refactor: Service Wiring / Concurrency pt 1
refactor: Service Wiring / Concurrency pt 1
May 23, 2024
auto-merge was automatically disabled
May 23, 2024 22:13
Pull request was closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/ai-model
area/api
area/backends
area/golang
ci
kind/documentation
Improvements or additions to documentation
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.
This PR is the start of transitioning our core services to the
core/application.go
\core/startup
model.In order to keep things reviewable, this PR will have a limited scope - rather than moving everything at once, my goal is to select services that are covered by existing tests for the detection of regressions. Therefore, this PR contains the following components:
core/startup
pkg/concurrency
- basicJobResult
structure