chore: unreachable state is not ready
This commit is contained in:
@@ -9,7 +9,7 @@ export const WorkerStatusMap = {
|
|||||||
export const WorkerStatusMapValue = {
|
export const WorkerStatusMapValue = {
|
||||||
[WorkerStatusMap.ready]: 'Ready',
|
[WorkerStatusMap.ready]: 'Ready',
|
||||||
[WorkerStatusMap.not_ready]: 'Not Ready',
|
[WorkerStatusMap.not_ready]: 'Not Ready',
|
||||||
[WorkerStatusMap.unreachable]: 'Unreachable'
|
[WorkerStatusMap.unreachable]: 'Not Ready'
|
||||||
};
|
};
|
||||||
|
|
||||||
export const status: any = {
|
export const status: any = {
|
||||||
|
|||||||
Reference in New Issue
Block a user