Skip to content
Snippets Groups Projects
  1. Aug 20, 2019
    • Richard van der Hoff's avatar
      Refactor the Appservice scheduler code (#5886) · 72bc2856
      Richard van der Hoff authored
      Get rid of the labyrinthine `recoverer_fn` code, and clean up the startup code
      (it seemed to be previously inexplicably split between
      `ApplicationServiceScheduler.start` and `_Recoverer.start`).
      
      Add some docstrings too.
      72bc2856
    • Richard van der Hoff's avatar
      Avoid deep recursion in appservice recovery (#5885) · baa3f4a8
      Richard van der Hoff authored
      Hopefully, this will fix a stack overflow when recovering an appservice.
      
      The recursion here leads to a huge chain of deferred callbacks, which then
      overflows the stack when the chain completes. `inlineCallbacks` makes a better
      job of this if we use iteration instead.
      
      Clean up the code a bit too, while we're there.
      baa3f4a8
    • Jorik Schellekens's avatar
      Opentracing doc update (#5776) · c886f976
      Jorik Schellekens authored
      Update opentracing docs to use the unified 'trace' method
      c886f976
    • Richard van der Hoff's avatar
      Refactor the Appservice scheduler code · 50199458
      Richard van der Hoff authored
      Get rid of the labyrinthine `recoverer_fn` code, and clean up the startup code
      (it seemed to be previously inexplicably split between
      `ApplicationServiceScheduler.start` and `_Recoverer.start`).
      
      Add some docstrings too.
      50199458
  2. Aug 19, 2019
  3. Aug 17, 2019
  4. Aug 16, 2019
  5. Aug 15, 2019
  6. Aug 14, 2019
  7. Aug 13, 2019
Loading