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

Fixing AerJob::status() method to deal with Python's Future #1215

Merged
merged 2 commits into from Nov 5, 2018

Conversation

atilag
Copy link
Member

@atilag atilag commented Nov 5, 2018

Summary

AerJobs are local Jobs, backed by Python's concurrent Futures. We were not dealing correctly with an
undocumented Future state: PENDING, that happens when a Job is enqueued (in an internal Executor queue) and waiting for some worker to take it and run it.

Details and comments

Fixes #1203 and unblocks #975

@atilag atilag merged commit 8a25a01 into Qiskit:master Nov 5, 2018
lia-approves pushed a commit to edasgupta/qiskit-terra that referenced this pull request Jul 30, 2019
)

* Fixing AerJob::status() method to deal with Python's Future
PENDING state
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test_compiler breaks AerJob status check
2 participants