Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log a warning for unhandled producer messages
Some messages are falling through to the catch-all `handle_info/2` clause. Previously, they were silently ignored and it degraded producer functionality because inactive jobs with dead pids were still tracked as `running` in the producer.
- Loading branch information