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

Update GCP Batch plugin to return stdout, stderr, and runtime exceptions #25

Open
araghukas opened this issue Aug 28, 2023 · 0 comments

Comments

@araghukas
Copy link
Contributor

See related issue: AgnostiqHQ/covalent-awsbatch-plugin#53

Currently, the GCP Batch plugin uses a google.cloud.storage.Client to retrieve only the task result and any runtime exceptions. However, the stdout/stderr output streams are neglected.

There are two important reasons for fixing this:

  1. The intended UX is incomplete without task outputs being relayed back to the user.
  2. The present QElectron DB implementation extracts the DB-relevant data from the output stream. If the task output is inaccessible, there will be no server-side QElectron DB and hence no QElectron UI functionality.
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

No branches or pull requests

1 participant