Skip to content
Snippets Groups Projects
  1. Nov 02, 2023
    • Emanuele Aina's avatar
      Adopt exponential backoff when retrying · 9fc43368
      Emanuele Aina authored
      The current naive approach at retrying is not exactly gentle: if the
      server is overloaded we retry right ahead making the problem just worse.
      
      See https://encore.dev/blog/retries
      
       for a fun explanation of how the
      naive approach can be catastrophic.
      
      Fortunately the `tenacity` library allow us to add a bounded exponential
      backoff while also making the code easier to understand.
      
      This should make the dashboard behave much better toward GitLab and OBS
      when they hit some issue.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      9fc43368
  2. Oct 24, 2023
  3. Sep 22, 2023
  4. Sep 21, 2023
  5. Sep 06, 2023
  6. Sep 05, 2023
  7. Sep 04, 2023
  8. Aug 28, 2023
  9. Aug 23, 2023
  10. Aug 18, 2023
  11. Aug 17, 2023
  12. Aug 16, 2023
  13. Aug 04, 2023
  14. Jul 24, 2023
  15. Jul 23, 2023
  16. Jul 22, 2023
  17. Jul 06, 2023
  18. Jun 22, 2023
Loading