turbot / flowpipe

Flowpipe is a cloud scripting engine. Automation and workflow to connect your clouds to the people, systems and data that matters.
https://flowpipe.io
GNU Affero General Public License v3.0
383 stars 16 forks source link

Some runs never get past `command.pipeline_queue` event when running `flowpipe pipeline run` locally #323

Closed cbruno10 closed 11 months ago

cbruno10 commented 11 months ago

Sometimes when I run a pipeline like flowpipe pipeline run test_create_s3_bucket in the AWS mod, I see the output:

cbruno@M1P aws % flowpipe pipeline run test_create_s3_bucket
[Execution] exec_clifftne58ck44ba71f0

It never makes it past that line and I have to ctrl+c. In the logs I can see:

{"level":"info","ts":"2023-11-27T20:11:34Z","caller":"command","msg":"es","event_type":"command.pipeline_queue","payload":{"event":{"execution_id":"exec_clifftne58ck44ba71f0","created_at":"2023-11-27T20:11:34.308
074Z"},"name":"aws.pipeline.test_create_s3_bucket","args":null,"pipeline_execution_id":"pexec_clifftne58ck44ba71fg"}}

This pipeline only mostly uses container step types, but also has transform steps

vhadianto commented 11 months ago

I think this a duplicate of #327. Can you please retest?

Thanks.

cbruno10 commented 11 months ago

I think this bug is now fixed, closing this issue.