Skip to content
Snippets Groups Projects
  1. Dec 29, 2024
    • Paul Millar's avatar
      update_oai-pmh Add a back-off strategy, to allow a service to recover · 21a17caf
      Paul Millar authored
      Motivation:
      
      Some server-side problems are quickly fixed by retrying the request,
      while other problems take longer to recover.  Using a fixed duration as
      a delay between attempts makes it hard to reconcile these different
      failure modes.
      
      Modification:
      
      Add a progressive timeout strategy.  The delay between attempts now
      scales linearly between successive attempts.
      
      As a special case, the retry strategy is different if the server has not
      provided any useful response.  In this case, a fixed delay is used.
      
      Also, catch more problematic scenarios and handle them with the same
      retry strategy.
      
      Result:
      
      More robust handling of server-side errors, by retrying.
      21a17caf
    • Paul Millar's avatar
  2. Dec 26, 2024
  3. Dec 22, 2024
  4. Dec 21, 2024
  5. Dec 20, 2024
  6. Dec 12, 2024
  7. Dec 11, 2024
  8. Dec 09, 2024
    • Paul Millar's avatar
      Fix broken link to PaN search API · 46483c99
      Paul Millar authored
      Commit fe68e8d5 fixed the script for checking whether the PaN search
      API is working.  Unfortunately it failed to fix the broken links on the
      webpage.
      
      This patch fixes those links on the webpage
      46483c99
  9. Dec 06, 2024
  10. Dec 05, 2024
  11. Dec 04, 2024
  12. Dec 03, 2024
  13. Dec 02, 2024
  14. Nov 13, 2024
  15. Nov 12, 2024
Loading