spawn threads to complete tasks requested over http

This commit is contained in:
mbecker20
2023-01-07 21:45:57 +00:00
parent 9378954551
commit 487bf515ba
9 changed files with 211 additions and 125 deletions

View File

@@ -66,7 +66,7 @@ pub struct Build {
#[diff(attr(#[serde(skip)]))]
#[builder(setter(skip))]
pub last_built_at: String,
#[serde(default, skip_serializing_if = "String::is_empty")]
#[diff(attr(#[serde(skip)]))]
#[builder(setter(skip))]