flogo-lib icon indicating copy to clipboard operation
flogo-lib copied to clipboard

Start triggers in goroutine

Open lixingwang opened this issue 6 years ago • 1 comments

I'm submitting a ... (check one with "x")

[x] bug report => search github for a similar issue or PR before submitting
[] enhancement request
[] feature request
[] support request
[] general question

Current behavior (how does the issue manifest): Today engine starts all trigger at main goroutine, main engine goroutine will be blocked if one of trigger fails to release the main engine goroutine. Expected behavior: All triggers should be independent so is that possible to start all trigger in different goroutine? otherwise, we need document the behavior to let user avoid block main goroutine. Minimal steps to reproduce the problem (not required if feature enhancement):

What is the motivation / use case for changing the behavior?

Please tell us about your environment (Operating system, docker version, browser & verison if webui, 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):

lixingwang avatar Apr 10 '18 22:04 lixingwang

Check with #178 to add this into documentation.

lixingwang avatar May 14 '18 18:05 lixingwang