Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ push_request
Method
push_request
celery/app/task.py:1154–1155 · celery/app/task.py::Task.push_request
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
1152
return
result
1153
1154
def
push_request(self, *args, **kwargs):
1155
self.request_stack.push(Context(*args, **{**self.request.__dict__, **kwargs}))
1156
1157
def
pop_request(self):
1158
self.request_stack.pop()
Callers
15
__call__
Method · 0.95
test_is_not_aborted
Method · 0.80
test_is_aborted_not_abort_result
Method · 0.80
test_abort_yields_aborted
Method · 0.80
test_worker_task_trace_handle_retry
Method · 0.80
test_worker_task_trace_handle_failure
Method · 0.80
test_apply_async_adds_children
Method · 0.80
test_apply_async_with_parent
Method · 0.80
test_retry_stamping
Method · 0.80
test_retry_priority
Method · 0.80
test_signature_from_request__passes_headers
Method · 0.80
test_signature_from_request__filters_x_death_headers
Method · 0.80
Calls
2
push
Method · 0.80
Context
Class · 0.70
Tested by
15
test_is_not_aborted
Method · 0.64
test_is_aborted_not_abort_result
Method · 0.64
test_abort_yields_aborted
Method · 0.64
test_worker_task_trace_handle_retry
Method · 0.64
test_worker_task_trace_handle_failure
Method · 0.64
test_apply_async_adds_children
Method · 0.64
test_apply_async_with_parent
Method · 0.64
test_retry_stamping
Method · 0.64
test_retry_priority
Method · 0.64
test_signature_from_request__passes_headers
Method · 0.64
test_signature_from_request__filters_x_death_headers
Method · 0.64
test_signature_from_request__delivery_info
Method · 0.64