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

Shorten lock duration and max delivery count #1017

Open
12 tasks
TimboTambo opened this issue Sep 16, 2020 · 0 comments
Open
12 tasks

Shorten lock duration and max delivery count #1017

TimboTambo opened this issue Sep 16, 2020 · 0 comments
Assignees

Comments

@TimboTambo
Copy link
Contributor

User want

As a developer
I want jobs to succeed/fail faster
So that I can have a result more quickly

Acceptance Criteria

The vast majority of jobs fail within 20 seconds so reducing this in order to achieve a retry more quickly.
If a job is going to succeed it will usually do so within 1-2 attempts, so also reducing max retries from 10 -> 5.
There is score to reduce both of these numbers further.

  • Lock timeout set to 20s
  • Max retries set to 5s

Customer acceptance criteria

  • What the customer can check

Technical acceptance criteria

  • Technical things that have to happen

Data acceptance criteria

  • Data that needs to be collected

Testing acceptance criteria

  • Tests or testing enabling changes that need to be made

Data - Potential impact

Size

Value

Effort

Exit Criteria met

  • Backlog
  • Discovery
  • DUXD
  • Development
  • Quality Assurance
  • Release and Validate
@TimboTambo TimboTambo self-assigned this Sep 16, 2020
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

1 participant