ICPuppies: Another NFT Event Overwhelmed the IC

As John and I replied in the other thread, besides query call rate limiting there was something else going on here.

We observed some update calls were quite expensive (they consumed a lot of cycles). So if they were targeting a single canister, it will take some time for each message to be processed sequential (which is the nature of update calls). We did observe a backlog was built up and some update calls eventually expired before they had a chance to be executed.

That said, out of 10k ~ 20k update calls that were received by this subnet during the peak time, only 60 timed out and expired. The subnet also stayed healthy in the meanwhile, there wasn’t too much of an impact in terms of the overall handling of update calls, despite one canister might have had some back log.

Thanks for the report, and we will continue investigate and post our findings here.

7 Likes