From f5c8a93cda828296a076df6fd59c94f742922cd7 Mon Sep 17 00:00:00 2001 From: Shubham Shukla Date: Fri, 29 Sep 2023 13:05:42 +0530 Subject: [PATCH] Mustgather Inactive - setbackoff added in startGather Signed-off-by: Shubham Shukla --- packages/apollo/src/components/Mustgather/Mustgather.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/apollo/src/components/Mustgather/Mustgather.js b/packages/apollo/src/components/Mustgather/Mustgather.js index 79ce32f27..75ab89185 100644 --- a/packages/apollo/src/components/Mustgather/Mustgather.js +++ b/packages/apollo/src/components/Mustgather/Mustgather.js @@ -47,7 +47,7 @@ export class Mustgather extends Component { componentDidMount() { this.checkGatherStatus(); - this.setupBackoff(); + //this.setupBackoff(); } setupBackoff() { @@ -113,6 +113,7 @@ export class Mustgather extends Component { } startGather() { + this.setupBackoff(); this.setState({ running: true, pendingRequest: true,