kaffe
kaffe copied to clipboard
Fix support for :worker_mod config in WorkerSupervisor
Hi,
There's :worker_mod app env that can be configured, currently used by the subscriber when calling process_messages/5.
The WorkerSupervisor starts Kaffe.Worker directly though, using the same setting, we can change consistently the worker implementation. I didn't identify other places that depend on the worker module.
Thanks!