Test for poolboy in exq perform workers
- Change environment variables into
.env_examplefile - Type
source .env_exampleinto terminal to load environment variables
- Run project with
iex -S mix - Type
ExqPoolboy.test()to run test Exq perform function with poolboy. - Check poolboy status with
ExqPoolboy.PoolboySup.status()into terminal.