fix(workflows-sdk): name for when/then step (#10459)

This commit is contained in:
Carlos R. L. Rodrigues
2024-12-05 15:47:42 -03:00
committed by GitHub
parent 7ff3f15d6d
commit 90ae187e09
14 changed files with 234 additions and 50 deletions

View File

@@ -94,7 +94,10 @@ export class RedisDistributedTransactionStorage
)
}
},
{ connection: this.redisWorkerConnection }
{
connection:
this.redisWorkerConnection /*, runRetryDelay: 100000 for tests */,
}
)
}