kaffe icon indicating copy to clipboard operation
kaffe copied to clipboard

Fix support for :worker_mod config in WorkerSupervisor

Open rodrigues opened this issue 4 years ago • 0 comments

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!

rodrigues avatar Aug 25 '21 18:08 rodrigues