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
Each plugin may register for callbacks such as page_ready to add its data to the beacon.
When Boomerang fires the page_ready event to all listeners, it executes each serially.
We may want to investigate breaking up the callbacks (via setImmediate or something) to ensure long-running callbacks aren't all executed synchronously.
The text was updated successfully, but these errors were encountered:
Each plugin may register for callbacks such as
page_ready
to add its data to the beacon.When Boomerang fires the
page_ready
event to all listeners, it executes each serially.We may want to investigate breaking up the callbacks (via
setImmediate
or something) to ensure long-running callbacks aren't all executed synchronously.The text was updated successfully, but these errors were encountered: