Closed BoPeng closed 3 years ago
Right now all workflows have tag scratch_0, which is not helpful at all because it cannot differentiate anything. We could use scratch_${cell_id} or an unique number so that we can kill all workflows related to a single cell.
scratch_0
scratch_${cell_id}
Right now all workflows have tag
scratch_0
, which is not helpful at all because it cannot differentiate anything. We could usescratch_${cell_id}
or an unique number so that we can kill all workflows related to a single cell.