serverlessworkflow / specification

Contains the official specification for the Serverless Workflow Domain Specific Language. It provides detailed guidelines and standards for defining, executing, and managing workflows in serverless environments, ensuring consistency and interoperability across implementations.
http://serverlessworkflow.io
Apache License 2.0
742 stars 147 forks source link

Provide to set rate limiting on number of actions that are allowed to be invoked at a time (per state or global per workflow prop) #410

Closed tsurdilo closed 3 years ago

tsurdilo commented 3 years ago

What would you like to be added: Currently our DSL does not help with flooding 3rd party services. This means we have 0 protection down stream services from workflows hitting them millions of times within a short period of time.

We need to add rate limiting on function invocations.

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tsurdilo commented 3 years ago

Added via extension - https://github.com/serverlessworkflow/specification/pull/442