-
Notifications
You must be signed in to change notification settings - Fork 16
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
refactor: Replace Bottle with FastAPI #668
refactor: Replace Bottle with FastAPI #668
Conversation
Ugh, clearly an error in the Docker image that does not occur locally, investigating. |
a77030b
to
9969521
Compare
Some docker images do not have any |
9969521
to
afe30cb
Compare
…ment on timeout in setup
b2ea6c6
to
3180e44
Compare
@@ -7,4 +7,4 @@ | |||
"db_settings": "{\"message_table\": \"message_int_test\",\"router_table\": \"router_int_test\"}", | |||
"dsn": "http://localhost:8000/" | |||
} | |||
} | |||
} |
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.
Was removing this last \n intentional?
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.
My auto format for some reason did so! Probably an IDE "feature". Is there a preference one way or another? Happy to change it if we prefer a trailing line.
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.
no worries. It's a JSON file so not super critical. Just curious if there was some different reason.
Closes SYNC-4188
Turns out Docker interface didn't like the IP of
localhost
, yet127.0.0.1
worked. Maybe an issue in IP resolution since Ipv6 interfaces checked first?Note: Will need to rebase async changes in #667 over this before merge.
black
Closes chore(deps-dev): bump black from 23.12.0 to 24.3.0 in /tests #664