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

Updated flow limit pause resume functions, and fixed env issue for Ru… #284

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

jdattatr-tibco
Copy link
Contributor

@jdattatr-tibco jdattatr-tibco commented Dec 11, 2023

…nnerQueueSize

What kind of change does this PR introduce? (check one with "x")

[x] Bugfix
[] Feature
[] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[] Other... Please describe:

Fixes: #
Fixed env issue for RunnerQueueSize where Legacy env variable was not used.
Refactored code for pause and resume trigger functions for flow limit feature.

What is the current behavior?
If new env variable(FLOGO_RUNNER_QUEUE_SIZE) is not set and legacy env variable(FLOGO_RUNNER_QUEUE) is set, it will pick default queue size(50)

What is the new behavior?
If new env variable(FLOGO_RUNNER_QUEUE_SIZE) is not set and legacy env variable(FLOGO_RUNNER_QUEUE) is set, it will pick legacy env variable.

@vnalawad-tibco vnalawad-tibco merged commit 42ea819 into project-flogo:master Dec 13, 2023
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

Successfully merging this pull request may close these issues.

2 participants