Replies: 2 comments 5 replies
-
Also, it would be really nice to have hooks / tracing / metrics so one could reasonably see various counts to make better decisions. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can see some test cases here which validate the functionality. I'm afraid it's quite hard to give any general advice as every use case is different, you might not even need the constraints if you run trusted code. For tracing and hooks you could probably but your own constraint or hook to debugger support to generate information to support you decisions. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
It would be nice if there was a general recommendations around the limits and further discussing how limits are calculated and how they are cleaned up / decremented.
Describe the solution you'd like
A clear and concise description of constraints and some general guidances / load / memory usage (I get that every consumer is a bit different)
Describe alternatives you've considered
Looked through code via search, didn't see anything clear cut.
Beta Was this translation helpful? Give feedback.
All reactions