Skip to content

Conversation

@pinglamb
Copy link

@pinglamb pinglamb commented Sep 11, 2025

When the subgraph has both the kind: once and kind: polling block handlers, only one of them got triggered at the start block.

blockHandlers:
  - handler: handleOnce
    filter:
      kind: once
  - handler: handleBlock
    filter:
      kind: polling
      every: 10

It is because the block matching logic exits early when any one of the polling_intervals matches so the triggers only contain one of them.

@github-actions
Copy link

This pull request hasn't had any activity for the last 90 days. If there's no more activity over the course of the next 14 days, it will automatically be closed.

@github-actions github-actions bot added the Stale label Dec 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant