feat: add real tmux session manager
This commit is contained in:
@@ -71,7 +71,7 @@ export class RunEventRepository {
|
||||
}
|
||||
|
||||
await tx.execute(
|
||||
sql`SELECT pg_advisory_xact_lock(hashtext('devflow:run-events'), hashtext(${input.runId}))`,
|
||||
sql`SELECT pg_advisory_xact_lock(hashtextextended(${`devflow:run-events:${input.runId}`}, 0))`,
|
||||
);
|
||||
|
||||
if (input.phaseId !== undefined) {
|
||||
|
||||
Reference in New Issue
Block a user