You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The intended UX is incomplete without task outputs being relayed back to the user.
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: