global:remove event question.
Imagine I have a host service and worker. Host creates the job, worker receives it, does it, and marks it as completed, then host remove this job using job.remove(). Here I try to catch remove event ('global:removed') on the worker side, to do some post-job actions, but I do not receive it. Am I correctly understood that only removed locally jobs emit 'removed' event to its own? In other words, is event 'global:removed' work or not?