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
ggreif
changed the title
todo: restore GC in heartbeat once IC hearbeats support DTS.
todo: restore GC in heartbeat once IC heartbeats support DTS
Dec 6, 2022
Mainnet doesn't yet support DTS for `canister_heartbeat` yet, so a long GC may fail to complete when it would in an ordinary message supporting DTS.
This PR suppresses the GC call, leaving it to the already scheduled async message executing Motoko `system` function `heartbeat`, which will run with DTS enabled, avoiding the issue (and a potential space leak).
#3622 tracks the need to revert this hack once IC heartbeats support DTS.
There are two instances of this problem:
The text was updated successfully, but these errors were encountered: