Exq.Redis.JobQueue.find_job

You're seeing just the function find_job, go back to Exq.Redis.JobQueue module for more information.
Link to this function

find_job(redis, namespace, jid, queue)

View Source

Find a current job by job id (but do not pop it)

Link to this function

find_job(redis, namespace, jid, queue, convert)

View Source