Skip to content

Commit 21f5f6f

Browse files
committed
Set the concurrency_key from the run replication service
1 parent 06f98d9 commit 21f5f6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/webapp/app/services/runsReplicationService.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,7 @@ export class RunsReplicationService {
715715
idempotency_key: run.idempotencyKey ?? "",
716716
expiration_ttl: run.ttl ?? "",
717717
output,
718+
concurrency_key: run.concurrencyKey ?? "",
718719
_version: _version.toString(),
719720
_is_deleted: event === "delete" ? 1 : 0,
720721
};

0 commit comments

Comments
 (0)