Ping server regularly
This commit is contained in:
parent
33607779b0
commit
0ae43c608f
5 changed files with 380 additions and 8 deletions
|
|
@ -12,3 +12,7 @@ fn random_id(prefix: &str, length: usize) -> String {
|
|||
pub fn random_runner_token() -> String {
|
||||
random_id("t", 30)
|
||||
}
|
||||
|
||||
pub fn random_runner_secret() -> String {
|
||||
random_id("s", 30)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue