Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Ray task proposal (#308)
Browse files Browse the repository at this point in the history
* Ray plugin

Signed-off-by: Kevin Su <pingsutw@apache.org>

* Ray plugin

Signed-off-by: Kevin Su <pingsutw@apache.org>

* Update cluster spec

Signed-off-by: Kevin Su <pingsutw@apache.org>

* Update cluster spec

Signed-off-by: Kevin Su <pingsutw@apache.org>

* Update proto

Signed-off-by: Kevin Su <pingsutw@apache.org>

* Update proto

Signed-off-by: Kevin Su <pingsutw@apache.org>

* Update proto

Signed-off-by: Kevin Su <pingsutw@apache.org>

* Update proto

Signed-off-by: Kevin Su <pingsutw@apache.org>

* Update proto

Signed-off-by: Kevin Su <pingsutw@apache.org>

* Fix lint error

Signed-off-by: Kevin Su <pingsutw@apache.org>

* Remove shutdown_after_job_finishes

Signed-off-by: Kevin Su <pingsutw@apache.org>

* More comments

Signed-off-by: Kevin Su <pingsutw@apache.org>
  • Loading branch information
pingsutw committed Aug 6, 2022
1 parent 7b1fd01 commit 3ac7a01
Show file tree
Hide file tree
Showing 14 changed files with 8,525 additions and 3 deletions.
1 change: 0 additions & 1 deletion boilerplate/update.cfg
@@ -1,5 +1,4 @@
flyte/golang_test_targets
flyte/golang_support_tools
flyte/pull_request_template
flyte/welcome_bot
flyte/code_of_conduct
2 changes: 1 addition & 1 deletion clients/go/admin/pkce/auth_flow_orchestrator.go
Expand Up @@ -112,7 +112,7 @@ func (f TokenOrchestrator) FetchTokenFromAuthFlow(ctx context.Context) (*oauth2.
pkceCodeChallenge + "&code_challenge_method=S256"

serveMux := http.NewServeMux()
server := &http.Server{Addr: redirectURL.Host, Handler: serveMux}
server := &http.Server{Addr: redirectURL.Host, Handler: serveMux, ReadHeaderTimeout: 0}
// Register the call back handler
serveMux.HandleFunc(redirectURL.Path, getAuthServerCallbackHandler(f.clientConfig, pkceCodeVerifier,
tokenChannel, errorChannel, stateString)) // the oauth2 callback endpoint
Expand Down
24 changes: 24 additions & 0 deletions gen/pb-cpp/flyteidl/plugins/ray.grpc.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 47 additions & 0 deletions gen/pb-cpp/flyteidl/plugins/ray.grpc.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2,062 changes: 2,062 additions & 0 deletions gen/pb-cpp/flyteidl/plugins/ray.pb.cc

Large diffs are not rendered by default.

0 comments on commit 3ac7a01

Please sign in to comment.