Check if a backgroundrb job is running

hi there,
maybe it’s a stupid question but how do I check if a backgroundrb job
is running without having to store the job_key in a session var?

I’ve tried MiddleMan[“auth_2”.to_sym] for example, but it always
returns nil even if the very same job is running.

thanks.