Contents
Enhancements
- [x] Log purely service-caused exceptions in Google Cloud Run without raising them, always returning a `204` response unless there is an error in Google Cloud Run itself
- [x] Forward service-caused exceptions back to local asker and raise them there, separating the local traceback from the remote traceback
Refactoring
- [x] Use built-in `datetime` POSIX time methods instead of custom-written functions
Testing
- [x] Test Cloud Run `answer_question` function locally (it's already tested remotely in the deployment tests but this doesn't show up in the test coverage)
<!--- START AUTOGENERATED NOTES --->
<!--- END AUTOGENERATED NOTES --->