Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axelson/repro_postgrex_shutdown
https://github.com/axelson/repro_postgrex_shutdown
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/axelson/repro_postgrex_shutdown
- Owner: axelson
- Created: 2024-03-03T21:01:38.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-03T21:01:50.000Z (11 months ago)
- Last Synced: 2024-11-29T20:31:09.524Z (about 2 months ago)
- Language: Elixir
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Repro https://github.com/elixir-ecto/postgrex/issues/667
Reproduce with:
```
mix deps.get
iex -S mix phx.server
\# wait for server to boot
iex> System.stop()
```The output will contain logs like:
```
[info] Postgrex.Protocol (#PID<0.413.0>) missed message: {:EXIT, #PID<0.459.0>, :shutdown}
[info] Postgrex.Protocol (#PID<0.415.0>) missed message: {:EXIT, #PID<0.459.0>, :shutdown}
[info] Postgrex.Protocol (#PID<0.409.0>) missed message: {:EXIT, #PID<0.459.0>, :shutdown}
[info] Postgrex.Protocol (#PID<0.414.0>) missed message: {:EXIT, #PID<0.459.0>, :shutdown}
[info] Postgrex.Protocol (#PID<0.410.0>) missed message: {:EXIT, #PID<0.459.0>, :shutdown}
```