Matt Widmann

Results 73 comments of Matt Widmann

@minhajuddin be careful with that, as iterating all keys/values each time you need to access defeats the purpose of using a map over a keyword list. A large data set...

Copied from #36 @mgwidmann said: > The broadway sqs producer is very difficult to tune without this feature. If I cannot separate download concurrency from processing concurrency (by making a...

I'm not sure that my changes actually caused those errors, did they?

bump any thoughts on this? Its quite annoying to build this from source every time...

Have you had a chance to look at this test? I'm seeing shutdowns occur while my system is running at full load, not sure if its related but it certainly...

So `local_cluster` starts new nodes for the test and then shuts them down which would make sense if this occurred during the shutdown phase. After the process crashes it is...

I am using https://hex.pm/packages/parent to supervise my websocket because its particularly unstable and have been noticing the same things. I'll have to try with a regular supervisor to rule out...

Something to add here... When it gets restarted by parent, it logs the `:EXIT` message which was trapped, which is: ``` [info]04:03:03.453 [error] GenServer #PID terminating [info]** (stop) :too_many_restarts [info]...

This statement leads me to believe that there is bug crashing the process but that it is being ignored for some Erlang reason: > Unlike in "plain Erlang", proc_lib processes...