Skip to content
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

Change heartbeat thread controls #110

Merged
merged 1 commit into from
Nov 14, 2023
Merged

Change heartbeat thread controls #110

merged 1 commit into from
Nov 14, 2023

Commits on Nov 14, 2023

  1. Change heartbeat thread controls

    When enabling heartbeats, the user must specify:
    - heartbeat_s: jl_heartbeat() must be called at least once every heartbeat_s; if it
      isn't, a one-line heartbeat loss report is printed
    - show_tasks_after_n: after these many heartbeat_s have passed without jl_heartbeat()
      being called, print task backtraces and stop all reporting
    - reset_after_n: after these many heartbeat_s have passed with jl_heartbeat()
      being called, print a heartbeats recovered message and reset reporting
    kpamnany committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    be04cc4 View commit details
    Browse the repository at this point in the history