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

Configurable queue delay #649

Closed
eestolano opened this issue Mar 8, 2021 · 1 comment · Fixed by #990
Closed

Configurable queue delay #649

eestolano opened this issue Mar 8, 2021 · 1 comment · Fixed by #990
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@eestolano
Copy link

Feature request: can you please make the SQS queue delay configurable? It's currently hardwired to 30 seconds in the module.

(The README currently says it's configurable, even though it isn't:

Messages on this queue will be delayed for a configurable amount of seconds (default 30 seconds) to give the available runners time to pick up this build.

)

@npalm
Copy link
Member

npalm commented Mar 8, 2021

Good catch, feel free to create a PR

delay_seconds = 30

@npalm npalm added bug Something isn't working good first issue Good for newcomers labels Mar 8, 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 good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants