We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602a7fb commit e4abf4dCopy full SHA for e4abf4d
redisinsight/api/src/modules/cloud/job/jobs/cloud-job.ts
@@ -70,7 +70,7 @@ export abstract class CloudJob {
70
try {
71
this.changeState({
72
status: CloudJobStatus.Running,
73
- step: CloudJobStep.Initializing,
+ step: CloudJobStep.Credentials,
74
});
75
76
return await this.iteration();
redisinsight/api/src/modules/cloud/job/models/cloud-job-info.ts
@@ -16,7 +16,6 @@ export enum CloudJobStatus {
16
}
17
18
export enum CloudJobStep {
19
- Initializing = 'initializing',
20
Credentials = 'credentials',
21
Subscription = 'subscription',
22
Database = 'database',
0 commit comments