Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
Merged
Changes from 1 commit
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
Next Next commit
makes the timer a daemon thread.
  • Loading branch information
fkrawczyk committed Jan 24, 2017
commit 677b50131f626884d043a3f83b7bda0d62d15807
1 change: 1 addition & 0 deletions localstack/utils/aws/aws_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,4 +440,5 @@ def do_assume_role():
loop_assume_role(role_arn, timeout)

t = Timer(timeout, do_assume_role)
t.daemon = True
t.start()