ukaea / piezo

1 stars 0 forks source link

Feature/job names unique#51 #73

Closed robert-clegg-tessella closed 5 years ago

robert-clegg-tessella commented 5 years ago

Unique ID tag is appended to job names before submission to the Spark Operator. The submit job handler returns this new job name, which must be used (e.g. in get logs or delete job) instead of the submitted job name.

A 200-character limit is applied to the submitted job name (see decision record).

A separate task has been created for checking the formatting of a submitted job name.

Unit/integration/tests written for this PR.