-
Notifications
You must be signed in to change notification settings - Fork 77
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
Mephisto 1.0 Release PR #691
Conversation
Standard operations datatypes
Client io handler
Removing Supervisor, Creating Worker Pool
Asyncio Worker Pool + Operator
Async Channel API
Asyncio Agent IO refactor
TODO Cleanup
requester_provider_type = reqs[0].provider_type | ||
if provider_type != requester_provider_type: | ||
print( | ||
f"{format_loud('[WARNING]:')} Mismatch between specified provider_type " |
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.
format_loud
makes things red right? wonder if it should be bright yellow instead. Red seems like it's better reserved for errors as opposed to general emphasis
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.
It is red, though we use it elsewhere for loud warnings rather than errors as well. Perhaps this is something to address elsewhere?
Add 1.0 blog post, and Upgrade Guide checklist
Should contain all of the remaining changes that set us up for 1.0 release.
So far
MephistoDB
improvements. #689package-lock.json
everywhere.