-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Merge backend and worker dockerfile #8240
Merge backend and worker dockerfile #8240
Conversation
1bff400
to
a153f8b
Compare
a153f8b
to
6fb1a7b
Compare
return SQLiteStoreConfig(client_config=client_config) | ||
|
||
|
||
def seaweedfs_config() -> SeaweedFSConfig: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work, seggregating it into distinct functions , makes the code more readable.
store_config = sql_store_config() if single_container_mode else mongo_store_config() | ||
blob_storage_config = None if single_container_mode else seaweedfs_config() | ||
|
||
worker = worker_class( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect 🙌
Co-authored-by: Shubham Gupta <[email protected]>
6fb1a7b
to
c518578
Compare
518a215
to
1871d85
Compare
fixed orchestra outputs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well Done @kiendang and @shubham3121 🚀 ❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work guys !! This looks good 💯✅
Description
Please include a summary of the change, the motivation, and any additional context that will help others understand your PR. If it closes one or more open issues, please tag them as described here.
Affected Dependencies
List any dependencies that are required for this change.
How has this been tested?
Checklist