mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 10:42:11 +02:00
document priority inversion bug
This commit is contained in:
@@ -229,6 +229,12 @@ def issue(session):
|
|||||||
# session nonetheless died for some reason unrelated to failing
|
# session nonetheless died for some reason unrelated to failing
|
||||||
# challenges before the cert could be issued. Normally, this
|
# challenges before the cert could be issued. Normally, this
|
||||||
# should never happen.
|
# should never happen.
|
||||||
|
#
|
||||||
|
# TODO: This can definitely happen when there are at least as many
|
||||||
|
# sessions stuck in testchallenge state as there are daemon processes
|
||||||
|
# to handle them, because all sessions in testchallenge have absolute
|
||||||
|
# priority over all sessions in issue, from each individual daemon's
|
||||||
|
# point of view! This is a bug.
|
||||||
if debug: print "removing expired (issue-state!?) session", session
|
if debug: print "removing expired (issue-state!?) session", session
|
||||||
r.lrem("pending-requests", session)
|
r.lrem("pending-requests", session)
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user