Alejandro Esquivel

Results 29 issues of Alejandro Esquivel

Epic
covalent-os
Team West

covalent-os
Team West

From discussion: https://github.com/AgnostiqHQ/covalent/discussions/710 In the case of the fargate executor, I followed these steps: ### AWS Configuration setup Configured aws credentials by copying the secret_access_key, access_key_id, and session_token generated for...

- [ ] I have added the tests to cover my changes. - [x] I have updated the documentation and CHANGELOG accordingly. - [x] I have read the CONTRIBUTING document.

## Acceptance Criteria - [ ] Allow cancellation of tasks mediated by Local / Dask Executor - [ ] Expose endpoint to accept a dispatch id to cancel - [...

## Acceptance Criteria - [ ] Move the logic of workflow deletion logic covalent_ui/api/v1/data_layer/summary_dal.py:delete_dispatches to a delete_workfow function located in covalent dispatcher - [ ] The workflow deletion logic should...

priority / low
Team West

## Overview - Implement logic for local execution (Dask & Local Executor) in `cancel_workflow` from `execution.py` (or elsewhere if more appropriate) - Create a new route POST `/api/result/:dispatch_id/cancel` to invoke...

Epic
Team West

## Overview - Move the logic of workflow deletion logic `covalent_ui/api/v1/data_layer/summary_dal.py:delete_dispatches` to a `delete_workfow` function located in covalent dispatcher - The workflow deletion logic should be reviewed to ensure it...

Epic
Team West

## Acceptance Criteria - [ ] Update UI to call workflow deletion endpoint `/api/result/:dispatch_id`

Team West