Skip to content

Commit de77fcd

Browse files
committed
DCO Remediation Commit for Alex Holovach <[email protected]>
I, Alex Holovach <[email protected]>, hereby add my Signed-off-by to this commit: c560071 I, Alex Holovach <[email protected]>, hereby add my Signed-off-by to this commit: 1b94042 Signed-off-by: Alex Holovach <[email protected]>
1 parent f5501c8 commit de77fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/world-postgres/src/queue-drivers/graphile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { MessageData, type QueueDriver } from './types.js';
99

1010
/**
1111
* QueueDriver implementation using Graphile Worker for job management.
12-
* Uses PostgreSQL LISTEN/NOTIFY for near-instant job pickup (~3ms latency).
12+
* Uses PostgreSQL LISTEN/NOTIFY for near-instant job pickup.
1313
* Takes in a proxy that will handle the actual step/flow execution.
1414
*/
1515
export function createGraphileWorkerQueue(

0 commit comments

Comments
 (0)