Skip to content
Snippets Groups Projects
  1. Jan 09, 2024
    • gjahn's avatar
      Database password is now read from file · 2e6405a4
      gjahn authored
      Although, password file is checked during config validation, sth may have changed the
      file content in the short period of time between validation and DB client initialization,
      hence exiting in case of an error
      2e6405a4
  2. Dec 10, 2023
  3. Dec 08, 2023
  4. Nov 25, 2023
    • gjahn's avatar
      Add Redis as backing service to persist state · 8b087b50
      gjahn authored
      8b087b50
    • gjahn's avatar
      Add state · 0dc754e2
      gjahn authored
      For now it's just ephemeral.
      
      Instead of disabling the timeout (-1), it's set to 1 ms for all requests
      in the state paths test. Otherwise race condistion may occur. Symptoms include
      incorrect state name, because it may have been read before it's fully written
      to the store.
      0dc754e2
Loading