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
This might just be a gap in my understanding but for a given invocation that errors on budget exceeded, the number of instructions in resources does not match the number of instructions in budget. More specifically, the resources instructions count does not seem to take into account the BLS cost types in this specific invocation.
This is for a single invocation and I reset the budget before it so expected the instruction numbers to be equal.
I suspect that your invocation fails because the budget is exceeded. The resources probably come from the last successful invocation. I'll look into how to make the failure handling consistent, but for now could you please try reset_unlimited on the budget and compare the results again?
This is for a single invocation and I reset the budget before it so expected the instruction numbers to be equal.
FWIW you shouldn't need to reset budget anymore for the sake of accounting. You still can adjust the limits via resets though.
This might just be a gap in my understanding but for a given invocation that errors on budget exceeded, the number of instructions in
resources
does not match the number of instructions inbudget
. More specifically, the resources instructions count does not seem to take into account the BLS cost types in this specific invocation.This is for a single invocation and I reset the budget before it so expected the instruction numbers to be equal.
The text was updated successfully, but these errors were encountered: