Open pbilling opened 1 year ago
Looking at the code for postgres-insert-data function, I had a hunch that if database update operations were failing then the function would error out and a Job node would not be created.
Doesn't seem to be the case though, because I only found 675 instances of this pattern.
MATCH (n:PostgresInsertData:JobRequest)
WHERE NOT (n)-[:TRIGGERED]->(:Job)
RETURN COUNT(n)
From the Quarto "Selecting GVCFs for Aggregation" page of the MVP Whole Genome Sequencing Data Release 2 book: