Skip to content
Snippets Groups Projects
  1. Jun 29, 2021
    • Erik Johnston's avatar
      Handle inbound events from federation asynchronously (#10272) · c54db67d
      Erik Johnston authored
      Fixes #9490
      
      This will break a couple of SyTest that are expecting failures to be added to the response of a federation /send, which obviously doesn't happen now that things are asynchronous.
      
      Two drawbacks:
      
          Currently there is no logic to handle any events left in the staging area after restart, and so they'll only be handled on the next incoming event in that room. That can be fixed separately.
          We now only process one event per room at a time. This can be fixed up further down the line.
      Unverified
      c54db67d
    • Erik Johnston's avatar
      Add a distributed lock (#10269) · 85d237eb
      Erik Johnston authored
      This adds a simple best effort locking mechanism that works cross workers.
      Unverified
      85d237eb
  2. Jun 24, 2021
  3. Jun 23, 2021
  4. Jun 22, 2021
  5. Jun 21, 2021
  6. Jun 18, 2021
  7. Jun 17, 2021
  8. Jun 16, 2021
  9. Jun 15, 2021
  10. Jun 14, 2021
Loading