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

Cannot set concurrency #208

Open
Bilge opened this issue Oct 18, 2021 · 0 comments
Open

Cannot set concurrency #208

Bilge opened this issue Oct 18, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@Bilge
Copy link

Bilge commented Oct 18, 2021

Describe the bug
According to action.yml, we can set the concurrency. However, setting this parameter appears to have no effect.

concurrency:
description: The number of concurrency when restoring and saving layers
required: true
default: '4'

To Reproduce
Steps to reproduce the behavior:

      - uses: satackey/[email protected]
        with:
          concurrency: 2

Expected behavior
concurrency: 2 should appear in the build output.

Debug logs

Run satackey/[email protected]
with:
key: docker-layer-caching-CI-{hash}
restore-keys: docker-layer-caching-CI-
concurrency: 4
skip-save: false

Runner Environment (please complete the following information):

  • OS: ubuntu-latest
  • Action version: v0.0.11
@Bilge Bilge added the bug Something isn't working label Oct 18, 2021
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

1 participant