Skip to content
Snippets Groups Projects
Commit 0b8e0fa9 authored by tamaina's avatar tamaina
Browse files

fix

parent 8daca59c
No related branches found
No related tags found
No related merge requests found
......@@ -58,8 +58,6 @@ export class FetchInstanceMetadataService {
@bindThis
public async fetchInstanceMetadata(instance: Instance, force = false): Promise<void> {
try {
const host = instance.host;
// Acquire mutex to ensure no parallel runs
if (!await this.tryLock(host)) return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment