global:completed event handler receives only job id and not job object
Created by: fabiomargarido
Hi there,
I'm using 'global:completed' event handlers and they were working on 3.0.0-rc versions. I've updated recently to 3.1.0 and have observed that instead of receiving the job object, my handlers started to receive only the job id in the 'job' parameter. If I change the handler to local 'completed' events, the full job object is received, as expected.