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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant