Merge "Don't report async pendings on exception"
This commit is contained in:
commit
71d52d300c
@ -63,12 +63,10 @@ def main():
|
|||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
try:
|
try:
|
||||||
asyncs = get_async_count(device_dir, logger)
|
asyncs = get_async_count(device_dir, logger)
|
||||||
|
dump_recon_cache({'async_pending': asyncs}, cache_file, logger)
|
||||||
except Exception:
|
except Exception:
|
||||||
logger.exception(
|
logger.exception(
|
||||||
_('Exception during recon-cron while accessing devices'))
|
_('Exception during recon-cron while accessing devices'))
|
||||||
|
|
||||||
dump_recon_cache({'async_pending': asyncs}, cache_file, logger)
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
os.rmdir(lock_dir)
|
os.rmdir(lock_dir)
|
||||||
except Exception:
|
except Exception:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user