feat: add backoff
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-04-13 13:27:20 +02:00
parent 27a630d007
commit 6789e3f14a
4 changed files with 83 additions and 29 deletions

View File

@@ -22,3 +22,4 @@ itertools = "0.12.1"
regex = "1.10.4"
serde_json = "1.0.115"
dagger-sdk = "0.9.8"
backon = "0.4.4"