MCPcopy
hub / github.com/getsentry/sentry / delay

Method delay

src/sentry/utils/retries.py:182–183  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

180 if delay is None:
181 # 100ms +/- 50ms of randomized jitter
182 def delay(i):
183 return 0.1 + ((random.random() - 0.5) / 10)
184
185 self.timeout = timeout
186 self.delay = delay

Callers 15

__call__Method · 0.95
mark_event_reprocessedFunction · 0.80
get_progressFunction · 0.80
async_send_notificationFunction · 0.80
notify_asyncMethod · 0.80
_process_profile_messageFunction · 0.80
postMethod · 0.80
_process_batchMethod · 0.80
schedule_autodetectionsFunction · 0.80
process_result_internalFunction · 0.80

Calls

no outgoing calls