Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to Access Job Ids Across Sessions #30

Open
cancan101 opened this issue Jul 22, 2015 · 1 comment
Open

Ability to Access Job Ids Across Sessions #30

cancan101 opened this issue Jul 22, 2015 · 1 comment
Labels

Comments

@cancan101
Copy link

Is there anyway that I can save the job id of a long running task and then check its status from another Session? I understand that I can re-start the session as long as I have the contact for that session but that requirement seems silly since using just the jobid I can run qstat.

@dan-blanchard
Copy link
Contributor

I'm not sure if that would work or not, you'd have to test it out yourself. When you call session.runJob(), it returns the job ID, so you could always save that and see if you can access it from another session. If you cannot, then this is a limitation of the DRMAA standard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants