feat: add healthchecks (#1187)
This commit is contained in:
@@ -260,3 +260,7 @@ export const createQueueChannel = <TItem>(name: string) => {
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
export const handshakeAsync = async () => {
|
||||
await getSetClient.hello();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user