comment
This commit is contained in:
parent
2926f68d8e
commit
64fcf736cc
|
@ -74,6 +74,7 @@ export class FetchInstanceMetadataService {
|
||||||
const host = instance.host;
|
const host = instance.host;
|
||||||
|
|
||||||
// finallyでunlockされてしまうのでtry内でロックチェックをしない
|
// finallyでunlockされてしまうのでtry内でロックチェックをしない
|
||||||
|
// (returnであってもfinallyは実行される)
|
||||||
if (!force && await this.tryLock(host) === '1') {
|
if (!force && await this.tryLock(host) === '1') {
|
||||||
// 1が返ってきていたらロックされているという意味なので、何もしない
|
// 1が返ってきていたらロックされているという意味なので、何もしない
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue