AsyncRequest middleware is not supposed to work with lazy initialization, it means that all (final) handlers should be built in advance (and not before the execution) because in that case they are going to have a new request storage per request (asyncJobs)