The documentation says “stop new processing” as follows, but what exactly does this mean with regard to the timer task?
The freezing threshold is important because if a canister runs out of cycles, it will be uninstalled. The freezing threshold protects it from deletion, since if the cycles balance dips below the threshold, the canister will stop processing any new requests; however, it will continue to reply to existing requests.
I would like to know the specific behaviour in this regard.
I understand that the Timer task reserves a task on the ic side and calls canister from the ic side.
if the canister side is below freezing threthold, where is the error?
There is also a related contribution below, which is also of concern in this regard.
Cycles will drop to zero, state (memory) will be lost and then…?
In terms of the moment below the threshold, the memory information is maintained, right?