comment
This commit is contained in:
parent
41a461edbe
commit
2926f68d8e
|
@ -73,7 +73,7 @@ export class FetchInstanceMetadataService {
|
||||||
public async fetchInstanceMetadata(instance: MiInstance, force = false): Promise<void> {
|
public async fetchInstanceMetadata(instance: MiInstance, force = false): Promise<void> {
|
||||||
const host = instance.host;
|
const host = instance.host;
|
||||||
|
|
||||||
// unlockされてしまうのでtry内でロックチェックをしない
|
// finallyでunlockされてしまうのでtry内でロックチェックをしない
|
||||||
if (!force && await this.tryLock(host) === '1') {
|
if (!force && await this.tryLock(host) === '1') {
|
||||||
// 1が返ってきていたらロックされているという意味なので、何もしない
|
// 1が返ってきていたらロックされているという意味なので、何もしない
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue