posts-go/posts/2023-03-05-incident.md

12 lines
319 B
Markdown
Raw Normal View History

2023-03-05 08:48:43 +00:00
# Incident come and go
This is collect of all incidents I created in the past :(
## Service starts with empty port
Because all configs is read from file.
But the port config is empty -> So when service inits, it use that empty port somehow.
**Solution**: For some configs, make sure to failed first if it's empty.