Releases: pgflow-dev/pgflow
Releases · pgflow-dev/pgflow
@pgflow/dsl@0.2.5
@pgflow/dsl@0.2.5
@pgflow/core@0.2.5
Patch Changes
- @pgflow/dsl@0.2.5
pgflow@0.2.4
Patch Changes
- Updated dependencies [2f13e8b]
- @pgflow/core@0.2.4
@pgflow/website@0.2.4
@pgflow/website@0.2.4
@pgflow/example-flows@0.2.4
Patch Changes
- Updated dependencies [2f13e8b]
- @pgflow/core@0.2.4
- @pgflow/dsl@0.2.4
@pgflow/edge-worker@0.2.4
Patch Changes
- Updated dependencies [2f13e8b]
- @pgflow/core@0.2.4
- @pgflow/dsl@0.2.4
@pgflow/dsl@0.2.4
@pgflow/dsl@0.2.4
@pgflow/core@0.2.4
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
pgflow@0.2.3
Patch Changes
- @pgflow/core@0.2.3
@pgflow/website@0.2.3
Patch Changes
- b0cd6bc: Update visibilityTimeout default value to 10s for queue-based worker