Right now the handler fns are dereferenced when the worker is started.
It would be provide a less worker-restart-heavy development workflow if these vars would be deref'd at the last possible moment before execution.
Preferably with a direct-linking like flag to control the behavior.