Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sentry/seer/autofix/issue_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def get_issue_summary(

cache_key = get_issue_summary_cache_key(group.id)
lock_key, lock_name = get_issue_summary_lock_key(group.id)
lock_duration = 10 # How long the lock is held if acquired (seconds)
lock_duration = 40 # How long the lock is held if acquired (seconds). request timeout is 30 sec
wait_timeout = 4.5 # How long to wait for the lock (seconds)

# if force_event_id is set, we always generate a new summary
Expand Down
Loading