Hi! It looks like puma is deprecating `on_worker_boot`. And message bus requires: ```ruby on_worker_boot do MessageBus.after_fork end ``` Any ideas how to fix this issue?
Hi! It looks like puma is deprecating
on_worker_boot.And message bus requires:
Any ideas how to fix this issue?