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

[BUG] Pipelines being created with double the amount of blocks #5007

Open
jgonzaz opened this issue Apr 29, 2024 · 2 comments
Open

[BUG] Pipelines being created with double the amount of blocks #5007

jgonzaz opened this issue Apr 29, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@jgonzaz
Copy link

jgonzaz commented Apr 29, 2024

Mage version

v0.9.65

Describe the bug

Using a pipeline to orchestrate the firing of other pipelines. Triggered pipelines are being created with double the desired amount of steps.

Project is set up in AWS and using ecs executor (config below) and run_in_one_process = True in the triggered pipeline metadata.yaml file . Currently using ecs executor but this behavior has been seen using both ecs executor and local_python pipeline executors

Doubled Steps Trigger block code previous pipeline runs ecs config

To reproduce

Have not been able to successfully reproduce the issue

Expected behavior

Pipeline to be created with the number of blocks present in the metadata.yaml file for pipeline.

Screenshots

Doubled Steps previous pipeline runs ecs config Trigger block code

Operating system

No response

Additional context

No response

@jgonzaz jgonzaz added the bug Something isn't working label Apr 29, 2024
@wangxiaoyou1993 wangxiaoyou1993 self-assigned this Apr 30, 2024
@wangxiaoyou1993
Copy link
Member

@jgonzaz are you able to reproduce this issue in local Mage?

@jgonzaz
Copy link
Author

jgonzaz commented May 13, 2024

@wangxiaoyou1993 Have not been able to reproduce in mage locally. Believe it was likely tied to ECS scheduler setup. Maxed out the memory on the scheduler which likely led to the duplication of steps. Increased resources for the scheduler snd have not seen this error duplicated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants