api icon indicating copy to clipboard operation
api copied to clipboard

health: increase max run_queue length to 100

Open meagharty opened this issue 1 year ago • 2 comments

Summary of changes

Asana Ticket: 🍎 [Investigate] API 500 responses

We have been talking about increasing the allowed run_queue length for our health check for some time. Given that there was brief service instability during this incident and the health checks started failing due to the run_queue length only, we can try upping the allow run_queue length.

The health check will still fail if the real-time request latency > 15 minutes or our State servers return empty data.

meagharty avatar May 21 '24 19:05 meagharty

Coverage of commit 1902dec

Summary coverage rate:
  lines......: 89.2% (4205 of 4716 lines)
  functions..: 71.0% (2257 of 3177 functions)
  branches...: no data found

Files changed coverage rate:
                                                                        |Lines       |Functions  |Branches    
  Filename                                                              |Rate     Num|Rate    Num|Rate     Num
  ============================================================================================================
  apps/health/lib/health/checkers/run_queue.ex                          | 100%     23| 100%     8|    -      0

Download coverage report

github-actions[bot] avatar May 21 '24 20:05 github-actions[bot]

Coverage of commit eb06016

Summary coverage rate:
  lines......: 89.2% (4206 of 4717 lines)
  functions..: 71.1% (2258 of 3178 functions)
  branches...: no data found

Files changed coverage rate:
                                                                        |Lines       |Functions  |Branches    
  Filename                                                              |Rate     Num|Rate    Num|Rate     Num
  ============================================================================================================
  apps/health/lib/health/checkers/run_queue.ex                          | 100%     24| 100%     9|    -      0

Download coverage report

github-actions[bot] avatar May 22 '24 18:05 github-actions[bot]

Coverage of commit c6c5a2a

Summary coverage rate:
  lines......: 89.1% (4205 of 4717 lines)
  functions..: 71.1% (2258 of 3178 functions)
  branches...: no data found

Files changed coverage rate:
                                                                        |Lines       |Functions  |Branches    
  Filename                                                              |Rate     Num|Rate    Num|Rate     Num
  ============================================================================================================
  apps/health/lib/health/checkers/run_queue.ex                          |95.8%     24| 100%     9|    -      0

Download coverage report

github-actions[bot] avatar May 28 '24 14:05 github-actions[bot]

Coverage of commit 2f8c9a0

Summary coverage rate:
  lines......: 89.2% (4206 of 4717 lines)
  functions..: 71.1% (2258 of 3178 functions)
  branches...: no data found

Files changed coverage rate:
                                                                        |Lines       |Functions  |Branches    
  Filename                                                              |Rate     Num|Rate    Num|Rate     Num
  ============================================================================================================
  apps/health/lib/health/checkers/run_queue.ex                          | 100%     24| 100%     9|    -      0

Download coverage report

github-actions[bot] avatar May 29 '24 14:05 github-actions[bot]