carbynestack / klyshko

Carbyne Stack correlated randomness generation subsystem
Apache License 2.0
4 stars 6 forks source link

Shorten IDs of jobs #72

Open strieflin opened 1 year ago

strieflin commented 1 year ago

Job IDs are UUIDs which leads to very long job/task/pod/services names and sometimes makes us hit the 63 character length restriction for names in k8s. We should either revise the naming scheme (not creating names by appending to the name of the next higher object) or use a space-efficient encoding of UUIDs (see e.g., https://github.com/lithammer/shortuuid).

github-actions[bot] commented 1 year ago

This issue has been marked stale because it has been open for 90 days with no activity. It will be automatically closed in 30 days if no further activity occurs.