You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed the for forms that are configured to update entities also.
The events are logged a few milliseconds apart.
entity.update.version seems to be called before submission.create.
The submission.create was missed by the listener.
To Reproduce
Create a form that also updates an entity list
Start the webhook, listening for newSubmissionUrl only.
Create a submission
Observe if the event is correctly picked up and webhook called.
Expected behavior
Both events should be triggered.
Additional context
This should be monitored, tested, and reproduced a few times before addressing.
I have only seen it occur once so far - so perhaps just a hiccup?
(my hunch is that the event was created just when the notification listener was restarted - the connection is re-established on an interval - see the debug logs with the -debug flag)
The text was updated successfully, but these errors were encountered:
spwoodcock
changed the title
Sometimes an event is missed if two are triggered in quick succession
Sometimes an event is missed if two are triggered in quick succession?
Feb 1, 2025
Describe the bug
entity.update.version
seems to be called beforesubmission.create
.submission.create
was missed by the listener.To Reproduce
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: