What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hey, Im getting `The process "vendor/bin/console transfer:generate" exceeded the timeout of 600 se

U02K8BL08QG
U02K8BL08QG Posts: 9 πŸ§‘πŸ»β€πŸš€ - Cadet

Hey, Im getting The process "vendor/bin/console transfer:generate" exceeded the timeout of 600 seconds. while running sdk up command. Is there a possibility to change that value of timeout?

Comments

  • Thomas Lehner
    Thomas Lehner Support Engineer @ Spryker Posts: 289 πŸ› - Council (mod)

    What environment are you running this on? Local? MacOS/Windows?

  • U02K8BL08QG
    U02K8BL08QG Posts: 9 πŸ§‘πŸ»β€πŸš€ - Cadet

    Local, windows

  • Thomas Lehner
    Thomas Lehner Support Engineer @ Spryker Posts: 289 πŸ› - Council (mod)
    edited October 2021

    This command should not take that much time. Could it be that you are ressource constraint? Are you using WSL2 with docker for windows?

  • U02K8BL08QG
    U02K8BL08QG Posts: 9 πŸ§‘πŸ»β€πŸš€ - Cadet

    Yes, Im using wsl2 with docker

  • U02K8BL08QG
    U02K8BL08QG Posts: 9 πŸ§‘πŸ»β€πŸš€ - Cadet

    I actually added .wslconfig file with some reosurce properties

  • Thomas Lehner
    Thomas Lehner Support Engineer @ Spryker Posts: 289 πŸ› - Council (mod)

    How does ressource utilization look like while running this? Any bottlenecks visible?

  • U02K8BL08QG
    U02K8BL08QG Posts: 9 πŸ§‘πŸ»β€πŸš€ - Cadet

    No, I dont see any bottlenecks

  • Thomas Lehner
    Thomas Lehner Support Engineer @ Spryker Posts: 289 πŸ› - Council (mod)

    I have not run WSL2 in quite some time. I will check later if i find something we can try

  • U02K8BL08QG
    U02K8BL08QG Posts: 9 πŸ§‘πŸ»β€πŸš€ - Cadet

    Ok, thank you πŸ™‚

  • Thomas Lehner
    Thomas Lehner Support Engineer @ Spryker Posts: 289 πŸ› - Council (mod)

    @U02K8BL08QG what resource specification did you give docker? Also, have you already tried to reset the project alltogther by running docker/sdk prune and try to bring up the project again?

  • U02K8BL08QG
    U02K8BL08QG Posts: 9 πŸ§‘πŸ»β€πŸš€ - Cadet

    [wsl2]
    memory=32GB # Limits VM memory in WSL 2 to 4 GB
    processors=4 # Makes the WSL 2 VM use two virtual processors that is what I've got in .wslconfig file

  • U02K8BL08QG
    U02K8BL08QG Posts: 9 πŸ§‘πŸ»β€πŸš€ - Cadet

    yes, I tried rest project by using commands sequence below 1. export PROGRESS_TYPE=plain
    2. docker/sdk clean
    3. docker/sdk prune
    4. rm -rf vendor && rm -rf src/Generated
    5. docker/sdk boot deploy.dev.yml
    6. docker/sdk up --code --build --assets

  • michael.schmetter
    michael.schmetter Posts: 119 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited November 2021

    @U02K8BL08QG any progress here? I experience the same issue, although on Linux