Poolboy example error: (Mix) Could not start application poolboy_py_elixir

It’s probably because the start_link in your SquareWorker module expect 0 argument while the supervisor starting the process expects 1 argument.