Skip to content
Snippets Groups Projects
  1. Oct 14, 2019
  2. 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
  3. Jul 23, 2019
  4. 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
  5. Jul 01, 2019
  6. Jun 27, 2019
  7. Feb 25, 2019
  8. Dec 04, 2018
  9. Dec 03, 2018
  10. Nov 27, 2018
  11. Oct 17, 2018
  12. Sep 06, 2018
  13. Sep 05, 2018
  14. Sep 04, 2018
  15. Aug 31, 2018
  16. Aug 30, 2018
  17. Aug 29, 2018
  18. Aug 28, 2018
    • egon w. stemle's avatar
      Fixes #49 · e39f581c
      egon w. stemle authored
      Prefix (oai/requeststripped) and add entries in robots.txt.
      e39f581c
Loading