We have to check whether the get reactor is initialized in the pull backup reactor before checking its status. The initialization of this reactor happens in the `writeResponse` method so if we have an error in the `initialize` method, `terminate`'s going to be called with get reactor uninitialized and that will lead to a crash.