@pgflow/core@0.2.4
·
13 commits
to main
since this release
Patch Changes
-
2f13e8b: Fix
poll_for_tasks
latencyThe previous implementation were calling
read_with_poll
in same statement
as theSELECT FROM step_tasks
, which resulted in new tasks that were inserted
after theread_with_poll
started were not discovered as those were not visible
in the statement.Now
poll_for_tasks
is split to separate statements so step tasks created
during thepoll_for_tasks
will be immediately picked up.- @pgflow/dsl@0.2.4