chore(orchestration): idempotent (#7771)

This commit is contained in:
Carlos R. L. Rodrigues
2024-06-25 10:34:00 -03:00
committed by GitHub
parent 66d17fabde
commit 5600e58b7f
19 changed files with 421 additions and 403 deletions

View File

@@ -46,7 +46,7 @@ async function deleteKeysByPattern(pattern) {
async function cleanRedis() {
try {
await deleteKeysByPattern("bull:*")
await deleteKeysByPattern("dtrans:*")
await deleteKeysByPattern("dtrx:*")
} catch (error) {
console.error("Error:", error)
}