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

Hang on long task #2

Open
sunya-ch opened this issue Feb 14, 2024 · 1 comment
Open

Hang on long task #2

sunya-ch opened this issue Feb 14, 2024 · 1 comment

Comments

@sunya-ch
Copy link
Contributor

I got a hang during some long task such as Install package and Run Tekton Pipeline with S3Push on instace_collect_role.
Anyone has an idea to fix this, please feel free to push the PR.

My current short-term solution is to rerun with changing create_instance vars to use existing spot instance requests instead of creating the new one.

    hosts: local
    tasks:
    - include_role:
        name: create_instance
      loop:
      - { instance_type: i3en.metal, request_id: sir-xxx }
      - { instance_type: i3.metal, request_id: sir-yyy }
      vars:
        instance_type: "{{ item.instance_type }}"
        set_request_id: "{{ item.request_id }}"
@rootfs
Copy link
Contributor

rootfs commented Feb 14, 2024

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

No branches or pull requests

2 participants