Skip to content
Snippets Groups Projects
  1. Jan 12, 2021
  2. Dec 23, 2020
  3. Dec 22, 2020
  4. Jun 05, 2020
  5. Feb 05, 2020
  6. Feb 04, 2020
  7. Jan 28, 2020
  8. Jan 22, 2020
  9. Jan 21, 2020
  10. Oct 25, 2019
  11. Oct 24, 2019
  12. Oct 14, 2019
  13. Aug 01, 2019
    • egon w. stemle's avatar
      Add Disallow statements · 1b8974a3
      egon w. stemle authored
      Found two lines in robots.txt at UFAL's installation that seem ok. Add
      also to our stash:
      ```
      Disallow: /repository/*allzip$
      Disallow: /repository/oai/requeststripped
      ```
      1b8974a3
  14. Jul 22, 2019
    • egon w. stemle's avatar
      Force exit on individual healthcheck commands · 018f9a51
      egon w. stemle authored
      We use `timeout` from the coreutils package (should be part of many basic
      installations - maybe with a different name) to force the individual
      healthcheck commands too exit after a predefined timeout (300s); if this
      doesn't help, send a SIGKILL.
      
      This should help with the initial problem of hanging. A next step should
      be to catch the `timeout` invoked exit and log this as an exceptional
      happening.
      
      Address #60
      018f9a51
  15. Jun 27, 2019
Loading