Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust max steps count or remove it #121

Open
lixingwang opened this issue Jun 25, 2020 · 1 comment
Open

Adjust max steps count or remove it #121

lixingwang opened this issue Jun 25, 2020 · 1 comment

Comments

@lixingwang
Copy link
Contributor

Current behavior (how does the issue manifest):
Today we have a max step count set to 1000000. We running into the issue today that one of the app reached the size.
Expected behavior:

Should we consider to remove the max count limit or set another bigger value?

@fm-tibco Any ideas? Why we have this limitation from the beginning?

Minimal steps to reproduce the problem (not required if feature enhancement):

Please tell us about your environment (Operating system, docker version, browser & web ui version, etc):

Flogo version (CLI & contrib/lib. If unknown, leave empty or state unknown): 0.X.X

Additional information you deem important (e.g. issue happens only occasionally):

@fm-tibco
Copy link

I worry about flows that have more than a million activity instances. But the main reason to have the limit is to reduce the impact of possible infinite loops.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants