[python] Add independent deployment for python gateway server#7549
Merged
caishunfeng merged 8 commits intoapache:devfrom Jan 7, 2022
Merged
[python] Add independent deployment for python gateway server#7549caishunfeng merged 8 commits intoapache:devfrom
caishunfeng merged 8 commits intoapache:devfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #7549 +/- ##
============================================
- Coverage 41.03% 41.02% -0.02%
+ Complexity 3695 3693 -2
============================================
Files 637 637
Lines 27025 27025
Branches 3063 3063
============================================
- Hits 11089 11086 -3
- Misses 14867 14872 +5
+ Partials 1069 1067 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
43fb0c5 to
c82e27e
Compare
Member
Author
c82e27e to
6f83460
Compare
Member
Author
|
I already test
Configure to other database failed, but is not related to this PR, So I think it is ready to go now |
1c76d20 to
87b4d79
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
3 tasks
Member
Author
|
Thanks |
zhongjiajie
added a commit
to zhongjiajie/dolphinscheduler
that referenced
this pull request
Apr 6, 2022
…apache#7549) * [python] Add independent deployment to python gateway server * Correct some error * Add missing deployment change * Add missing expose port * Add missing standalone config * Keyword change from rpc to socket * try to fix * Add python gateway server to scp-hosts.sh (da4a859)
zhongjiajie
added a commit
to zhongjiajie/dolphinscheduler
that referenced
this pull request
Apr 6, 2022
Currently the size of our distribute package is up to 800MB, this patch is migrate python gateway server into api server Revert python-gateway server related change Revert: [python] Add independent deployment for python gateway server (apache#7549)
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.









For now, pythonGatewayServer could only run in a standalone server, and standalone is not for the production environment, we should make pythonGatewayServer work like api-server or master-server. We should also make python gateway server work in docker/K8S enviroment.
close: #7539