Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix 'Unhandled error in Deferred' #12089

Merged
merged 3 commits into from
Mar 1, 2022
Merged

Commits on Feb 28, 2022

  1. Fix 'Unhandled error in Deferred'

    Fixes a CRITICAL "Unhandled error in Deferred" log message which happened when
    a function wrapped with `@cachedList` failed
    richvdh committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    e4c46c1 View commit details
    Browse the repository at this point in the history
  2. 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.
    richvdh committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    880aa99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd103e6 View commit details
    Browse the repository at this point in the history