Skip to content

Releases: pgflow-dev/pgflow

@pgflow/dsl@0.2.5

19 May 11:36
4573574
Compare
Choose a tag to compare
@pgflow/dsl@0.2.5

@pgflow/core@0.2.5

19 May 11:36
4573574
Compare
Choose a tag to compare

Patch Changes

  • @pgflow/dsl@0.2.5

pgflow@0.2.4

17 May 10:47
edc7d15
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [2f13e8b]
    • @pgflow/core@0.2.4

@pgflow/website@0.2.4

17 May 10:47
edc7d15
Compare
Choose a tag to compare
@pgflow/website@0.2.4

@pgflow/example-flows@0.2.4

17 May 10:47
edc7d15
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [2f13e8b]
    • @pgflow/core@0.2.4
    • @pgflow/dsl@0.2.4

@pgflow/edge-worker@0.2.4

17 May 10:47
edc7d15
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [2f13e8b]
    • @pgflow/core@0.2.4
    • @pgflow/dsl@0.2.4

@pgflow/dsl@0.2.4

17 May 10:47
edc7d15
Compare
Choose a tag to compare
@pgflow/dsl@0.2.4

@pgflow/core@0.2.4

17 May 10:47
edc7d15
Compare
Choose a tag to compare

Patch Changes

  • 2f13e8b: Fix poll_for_tasks latency

    The previous implementation were calling read_with_poll in same statement
    as the SELECT FROM step_tasks, which resulted in new tasks that were inserted
    after the read_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 the poll_for_tasks will be immediately picked up.

    • @pgflow/dsl@0.2.4

pgflow@0.2.3

15 May 07:07
d5e0f66
Compare
Choose a tag to compare

Patch Changes

  • @pgflow/core@0.2.3

@pgflow/website@0.2.3

15 May 07:07
d5e0f66
Compare
Choose a tag to compare

Patch Changes

  • b0cd6bc: Update visibilityTimeout default value to 10s for queue-based worker