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 Azure Batch plugin uses a BlobServiceClient to retrieve only the task result. The stdout/stderr output streams and any runtime exceptions are neglected.
There are two important reasons for fixing this:
The intended UX is incomplete without outputs, error messages, or exceptions 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 Azure Batch plugin uses a
BlobServiceClient
to retrieve only the task result. The stdout/stderr output streams and any runtime exceptions are neglected.There are two important reasons for fixing this:
The text was updated successfully, but these errors were encountered: