-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Make heartbeat interval configurable #4925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I believe this is already possible by using the Let me know if this fits your case! |
Unfortunately not. Even if I configure 60s as idleTimeout, after 15s (3 heartbeats) with the same activity count, it finishes the transaction. |
Ah yeah you are right. The amount of heartbeats and their intervals are currently hardcoded. I'll backlog this and take it to the team. Thanks for writing in! By the way, feel free to open a PR! :) We'll look over it and assist in writing tests and documentation. |
Nice! Added to my backlog as well :D Thanks! |
Problem Statement
I have a pageload transaction that normally should take 30s+ to finish, but IdleTransaction's heartbeat is finishing the transaction before the page content is fully loaded.
Solution Brainstorm
Make heartbeat interval configurable
The text was updated successfully, but these errors were encountered: