I'm looking for the best practice to set the same port. The developer would like the same port to be used both locally and on the remote task. Says he's getting a different remote port each time the task is run. Is there a way to "stabilize" the port being used. For instance, always set the port to, localhost:54411
I've tried the environmental edit to no avail and not exactly sure what to set that to or if it's even the correct node.
I'm using this to try and ascertain the current port being used,
print(job_env['PDG_RESULT_SERVER'])
Could someone point me in the right direction or where to look into such issues, thanks!