feat: refactor tasks

This commit is contained in:
2025-05-20 01:23:13 +08:00
parent b772937354
commit b2f327d48f
23 changed files with 393 additions and 151 deletions

View File

@@ -76,7 +76,7 @@ pub enum RecorderError {
},
#[snafu(transparent)]
HttpClientError { source: HttpClientError },
#[cfg(all(feature = "testcontainers", test))]
#[cfg(all(any(test, feature = "playground"), feature = "testcontainers"))]
#[snafu(transparent)]
TestcontainersError {
source: testcontainers::TestcontainersError,