#include <userver/server/request/task_inherited_data.hpp>
Stops deadline propagation within its scope.
By default, handler deadline is honored in requests created directly from the handler task, as well as from its child tasks. However, some requests need to be completed regardless of whether the initial request timed out, because they are needed for something other than forming the upstream response.
Deadline propagation is automatically blocked in tasks launched using:
Definition at line 72 of file task_inherited_data.hpp.
Public Member Functions | |
DeadlinePropagationBlocker (DeadlinePropagationBlocker &&)=delete | |
DeadlinePropagationBlocker & | operator= (DeadlinePropagationBlocker &&)=delete |