dessa-oss / atlas

An Open Source, Self-Hosted Platform For Applied Deep Learning Development
http://www.docs.atlas.dessa.com
Apache License 2.0
290 stars 44 forks source link

Design Discussion - Feature parity between local & scheduled jobs #164

Open shazraz opened 4 years ago

shazraz commented 4 years ago

Problem Statement:

The way a user interacts with jobs in the UI that are run via local execution mode is different from jobs run via the scheduler and this has created a disjoint user experience. There is also no easy way identify which jobs on the UI are a result of local execution.

This design proposes a future path for closing the gap in this feature parity between these two job types when interacting with the job via the UI or CLI (excluding the SDK)

Design:

See design doc

Related issues:

73 - This ticket asks for deletion of locally executed jobs in the GUI which is currently not possible.

Related Design Discussions:

137