Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
buffered_handle_remaining_events
Function · 0.80
mark_event_reprocessed
Function · 0.80
get_progress
Function · 0.80
async_send_notification
Function · 0.80
notify_async
Method · 0.80
_process_profile_message
Function · 0.80
post
Method · 0.80
_process_batch
Method · 0.80
schedule_autodetections
Function · 0.80
process_autodetection_bucket
Function · 0.80
process_result_internal
Function · 0.80
Calls
no outgoing calls
Tested by
15
test_notify_target_async_task_blocked_by_killswitch
Method · 0.64
test_export_replay_row_set_async
Function · 0.64
test_export_replay_project_async
Function · 0.64
test_run_bulk_replay_delete_job_chained_runs
Method · 0.64
test_run_bulk_replay_delete_job_already_failed
Method · 0.64
test_run_bulk_replay_delete_job_no_matches
Method · 0.64
test_run_bulk_replay_delete_job_has_seer_data_true
Method · 0.64
test_run_bulk_replay_delete_job_has_seer_data_false
Method · 0.64
test_simple_one_org_one_project_task_sliding_window_sample_rate
Method · 0.64
test_simple_one_org_one_project_task_target_sample_rate
Method · 0.64
test_project_mode_sampling_with_query
Method · 0.64
test_project_mode_sampling_with_query_zero_metrics
Method · 0.64