mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-04 05:59:34 +08:00
only remove expired name-preorders. Do not do so for anything else; the registrar handles it on its own.
This commit is contained in:
@@ -551,11 +551,12 @@ def queue_cleanall(path=DEFAULT_QUEUE_PATH, config_path=CONFIG_PATH):
|
||||
"""
|
||||
|
||||
cleanup_preorder_queue(path=path, config_path=config_path)
|
||||
cleanup_register_queue(path=path, config_path=config_path)
|
||||
cleanup_update_queue(path=path, config_path=config_path )
|
||||
cleanup_transfer_queue(path=path, config_path=config_path )
|
||||
cleanup_renew_queue(path=path, config_path=config_path)
|
||||
cleanup_revoke_queue(path=path, config_path=config_path)
|
||||
# These are disabled for now, since the registrar should do this automatically
|
||||
#cleanup_register_queue(path=path, config_path=config_path)
|
||||
#cleanup_update_queue(path=path, config_path=config_path )
|
||||
#cleanup_transfer_queue(path=path, config_path=config_path )
|
||||
#cleanup_renew_queue(path=path, config_path=config_path)
|
||||
#cleanup_revoke_queue(path=path, config_path=config_path)
|
||||
|
||||
|
||||
def get_queue_state(queue_ids=None, limit=None, path=DEFAULT_QUEUE_PATH):
|
||||
|
||||
Reference in New Issue
Block a user