We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df52d9 commit 34e3d71Copy full SHA for 34e3d71
2 files changed
cspell.config.jsonc
@@ -40,6 +40,7 @@
40
"heartbeating",
41
"idempotently",
42
"llms",
43
+ "unaliased",
44
"wakeups",
45
46
// usernames & contributor names
packages/openworkflow/postgres/backend.ts
@@ -885,7 +885,7 @@ export class BackendPostgres implements Backend {
885
* by the workflow-run mutation queries which all fence on this same
886
* condition.
887
* @param params - Identifiers for the workflow run and owning worker
888
- * @returns Combined WHERE fragment for the workflow_runs table (no alias)
+ * @returns Combined WHERE fragment for the unaliased workflow_runs table
889
*/
890
private runningWorkflowRunOwnedByWorkerWhere(
891
params: Readonly<{ workflowRunId: string; workerId: string }>,
0 commit comments