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

large json input object cause double run tasks #4887

Closed
guzzijones opened this issue Mar 17, 2020 · 0 comments · Fixed by #4886
Closed

large json input object cause double run tasks #4887

guzzijones opened this issue Mar 17, 2020 · 0 comments · Fixed by #4886
Assignees
Labels
Milestone

Comments

@guzzijones
Copy link
Contributor

SUMMARY

Large json inputs cause double runs of tasks when passed as input.
Provide a quick summary of your bug report.

STACKSTORM VERSION

lastest master

OS, environment, install method

ubuntu / development install instructions
python 3 build

Steps to reproduce the problem

  1. git clone https://github.com/guzzijones/st2doublerunbug.git
  2. install pack into stackstorm
  3. open st2web. go to actions
  4. open bug | parent action
  5. paste contents of notification.json as input param notification
  6. click run and wait until it is uploaded. takes about 1 min
  7. watch tasks get run 2 times.

Expected Results

It should only run tasks one time

Actual Results

It runs the tasks 2 times

fix implemented

#4886
This works for me, if there is a better solution let me know.

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

Successfully merging a pull request may close this issue.

4 participants