beacon-biosignals / julia_pod

k8s native julia development
MIT License
10 stars 3 forks source link

Couple of tweaks to help support concurrent `julia_pod` runs #20

Closed kolia closed 2 years ago

kolia commented 2 years ago

When running multiple julia_pods in the same project (typically via a script that launches them ~at the same time) I've run into two issues that this fixes:

This fixes the RUNID uniqueness issue by appending a random number, and lets secret creation failure not be fatal.

There might be better ways of ensuring secret lifecycles don't clobber each other. Thoughts @omus?

kolia commented 2 years ago

@omus better?