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
Once separation of workflow and electron statuses is done, the electron level statuses need to be updated to accommodate executor dependent statuses. In this case the following status definitions will be updated:
REGISTERING - Connection established to the remote machine and files are being transferred
RUNNING - Execution invoked on the remote machine
COMPLETING - Results files are being retrieved, temporary files are being deleted, and the connection is being closed
The classes for these statuses will need to be created similar to status classes defined in covalent/_shared_files/statuses.py. Then, in order to save the status, one can do:
Once separation of workflow and electron statuses is done, the electron level statuses need to be updated to accommodate executor dependent statuses. In this case the following status definitions will be updated:
REGISTERING
- Connection established to the remote machine and files are being transferredRUNNING
- Execution invoked on the remote machineCOMPLETING
- Results files are being retrieved, temporary files are being deleted, and the connection is being closedThe classes for these statuses will need to be created similar to status classes defined in
covalent/_shared_files/statuses.py
. Then, in order to save the status, one can do:This will propagate the status updation to the DB.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: