Skip to content
Snippets Groups Projects
  1. Mar 01, 2022
    • Richard van der Hoff's avatar
      Fix 'Unhandled error in Deferred' (#12089) · 5458eb85
      Richard van der Hoff authored
      * Fix 'Unhandled error in Deferred'
      
      Fixes a CRITICAL "Unhandled error in Deferred" log message which happened when
      a function wrapped with `@cachedList` failed
      
      * Minor optimisation to cachedListDescriptor
      
      we can avoid re-using `missing`, which saves looking up entries in
      `deferreds_map`, and means we don't need to copy it.
      
      * Improve type annotation on CachedListDescriptor
      Unverified
      5458eb85
    • Richard van der Hoff's avatar
      Improve exception handling for concurrent execution (#12109) · 9d11fee8
      Richard van der Hoff authored
      * fix incorrect unwrapFirstError import
      
      this was being imported from the wrong place
      
      * Refactor `concurrently_execute` to use `yieldable_gather_results`
      
      * Improve exception handling in `yieldable_gather_results`
      
      Try to avoid swallowing so many stack traces.
      
      * mark unwrapFirstError deprecated
      
      * changelog
      Unverified
      9d11fee8
  2. Feb 28, 2022
  3. Feb 25, 2022
  4. Feb 24, 2022
  5. Feb 23, 2022
  6. Feb 22, 2022
Loading