Start runs and coordinate with server
This commit is contained in:
parent
f79468c871
commit
b23fc6460f
6 changed files with 296 additions and 32 deletions
|
|
@ -9,6 +9,10 @@ fn random_id(prefix: &str, length: usize) -> String {
|
|||
.collect()
|
||||
}
|
||||
|
||||
pub fn random_run_id() -> String {
|
||||
random_id("r-", 30)
|
||||
}
|
||||
|
||||
pub fn random_worker_token() -> String {
|
||||
random_id("t-", 30)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue