1. 27 Jun, 2025 1 commit
    • Przemyslaw Kaminski's avatar
      [config] add internal_url to toml file · 67d1b537
      Przemyslaw Kaminski authored
      This is used mainly to specify at which port the server will listen.
      
      The 'url' param is the external URL (sometimes it's needed for the
      server to know where it is hosted, e.g. when sending out emails).
      67d1b537
  2. 23 Apr, 2025 1 commit
  3. 22 Apr, 2025 1 commit
  4. 14 Apr, 2025 2 commits
    • Alfredo Di Napoli's avatar
      Document runAllWorkers footgun · 93f3b86d
      Alfredo Di Napoli authored
      93f3b86d
    • Alfredo Di Napoli's avatar
      Use Async.race in serverCLI start-all to fix initialisation bug · d4dca13d
      Alfredo Di Napoli authored
      This commit uses the `race` function from the async library to fix a bug
      where exceptions raised from the server async wouldn't be caught by the
      top-level code.
      
      The bug was stemming from the fact that `runAllWorkers` is **blocking**,
      despite its usage of `forConcurrently_`. Therefore we were never
      actually running the `wait` function below, but rather we were hanging
      waiting on the result of the first function.
      
      As a result the server could die but the workers could keep the main
      thread alive, causing the bug we just saw as part of #463.
      d4dca13d
  5. 11 Apr, 2025 1 commit
  6. 09 Apr, 2025 2 commits
  7. 07 Apr, 2025 8 commits
  8. 05 Apr, 2025 1 commit
  9. 04 Apr, 2025 6 commits
  10. 27 Mar, 2025 9 commits
  11. 26 Mar, 2025 8 commits