MCPcopy
hub / github.com/benoitc/gunicorn / _get_request_id

Method _get_request_id

gunicorn/dirty/stash.py:110–112  ·  view source on GitHub ↗

Generate a unique request ID.

(self)

Source from the content-addressed store, hash-verified

108 self._lock = threading.Lock()
109
110 def _get_request_id(self):
111 """Generate a unique request ID."""
112 return str(uuid.uuid4())
113
114 def _connect(self):
115 """Establish connection to arbiter."""

Callers 1

_executeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected