📄️ Quotas in Ductape
Quotas in Ductape are used to enforce usage limits and track consumption of resources or features within your product. They help prevent overuse, manage rate limits, and ensure fair access to services by defining and checking quotas as part of your workflow.
📄️ Defining Inputs for Quotas
When triggering a quota event in Ductape, you provide an input object that specifies the context for the quota check or increment. The structure of this input depends on your quota's purpose and what you want to limit or track.
📄️ Defining Outputs for Quotas
The output of a quota event in Ductape provides information about the result of the quota check or increment. This typically includes whether the operation was successful, the remaining quota, and if the limit was reached.