Hi, I think SGE/UGE has a bug in the job names of the interactive apps. You’ll have to specify a static job name or write a wrapper script.
batch_connect:
template: basic
script:
# try to give it a static name
job_name: "some-static-name-like-jupyter"
Maybe this is the topic you’re referring to? There’s an example wrapper script there where the author goes through the args and checks for -N (the job name argument).