Adding job name to Enqueue method

Hello! I’ve checked documentation and some pull request to see how I can change job name using DisplayNameAttribute. However, this is not working having the dashboard in a different process as the one that enqueues the job. It simply dumps Can not find the target method. as job name.

Is there any way to pass job name to Enqueue method? Are there any plans to add this?

Thanks!