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
Describe the bug
When a manager shuts down, the two core hours fields have the core hours from those managers removed.
This results in negative new_core_hrs as those hours are removed, and the total_core_hrs no longer reflects the total core hours as the shutdown manager has been removed.
That makes these values somewhat awkward to use.
In this example, observe negative new_core_hrs and that total_core_hrs has gone back to 0:
Describe the bug
When a manager shuts down, the two core hours fields have the core hours from those managers removed.
This results in negative
new_core_hrs
as those hours are removed, and the total_core_hrs no longer reflects the total core hours as the shutdown manager has been removed.That makes these values somewhat awkward to use.
In this example, observe negative new_core_hrs and that total_core_hrs has gone back to 0:
This is because each iteration, the total_core_hours is calculated by summing over the currently active managers:
To Reproduce
Watch an endpoint report ep_status_report before and after a manager is shut down.
Expected behavior
The total_core_hrs field should report the total core hours.
Environment
funcX endpoint
main
at fd9c2cfThe text was updated successfully, but these errors were encountered: