mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Set sentinel at top of script.
This commit is contained in:
parent
2065775193
commit
3fbdef6a64
1 changed files with 1 additions and 1 deletions
|
|
@ -104,6 +104,7 @@ LOGDIR = "letest-%d"%int(time.time()) #points to logging / working directory
|
|||
AWS_SESSION = None
|
||||
EC2 = None
|
||||
SECURITY_GROUP_NAME = 'certbot-security-group'
|
||||
SENTINEL = None #queue kill signal
|
||||
SUBNET_NAME = 'certbot-subnet'
|
||||
|
||||
# Boto3/AWS automation functions
|
||||
|
|
@ -524,7 +525,6 @@ try:
|
|||
manager = Manager()
|
||||
outqueue = manager.Queue()
|
||||
inqueue = manager.Queue()
|
||||
SENTINEL = None #queue kill signal
|
||||
|
||||
# launch as many processes as clients to test
|
||||
num_processes = len(targetlist)
|
||||
|
|
|
|||
Loading…
Reference in a new issue