-
Notifications
You must be signed in to change notification settings - Fork 27
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
🎨 Job log streaming: connect endpoint with rabbitMQ #5045
🎨 Job log streaming: connect endpoint with rabbitMQ #5045
Conversation
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.
very nice! thanks!
services/api-server/src/simcore_service_api_server/api/dependencies/rabbitmq.py
Outdated
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/api/dependencies/rabbitmq.py
Outdated
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/api/dependencies/rabbitmq.py
Outdated
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/api/dependencies/rabbitmq.py
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/api/routes/solvers_jobs_getters.py
Outdated
Show resolved
Hide resolved
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 job.
Few suggestions/comments:
- the imports in servicelib are definitively wrong. Probably auto imports that got in there. It is not allowed to import services into libraries (the opposite is true)
- would separate this in two PRs. one with changes in rabbitmq and then the actual feature (if time permits)
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.
Go ahead but please promise me a cleanup PR right away!
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Code Climate has analyzed commit 11cd7a0 and detected 0 issues on this pull request. View more on Code Climate. |
What do these changes do?
Related issue/s
How to test
Dev Checklist
DevOps Checklist
None