MapColonies / MapColonies/microcOSM
Unhandled errors in different images
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Some of the python scripts fail on expected events (like accessing the database with pycopg), and are writing their stacktrace to stdout without using the json logger. those errors should be handled in such a way that all the output from the container will be in json format.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the Python scripts used by the different container images, starting with the paths that access the database with pycopg and the existing JSON logger. Reproduce an expected database error and trace where its stacktrace reaches stdout. Done means expected errors are handled and all container output is JSON-formatted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- backend, observability
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100