Processed Queries constantly increasing

Out of curiosity: What happens when this happens in-between the DQL polling interval? The initial state is: Foo.name = “Bob”

---- polling paused ----

  1. Set Foo.name = “Alice”
  2. Set Foo.name = “Bob”

---- polling continued ----

Are you using a diff to check if you need to trigger a subscription event? If yes, one need to be very careful setting the DQL pollling interval to large values.

1 Like