Skip to content

Commit

Permalink
Mustgather Inactive - setbackoff added in startGather
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Shukla <shubham.shukla3@ibm.com>
  • Loading branch information
Shubham Shukla committed Sep 29, 2023
1 parent 4bac72a commit f5c8a93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/apollo/src/components/Mustgather/Mustgather.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class Mustgather extends Component {

componentDidMount() {
this.checkGatherStatus();
this.setupBackoff();
//this.setupBackoff();
}

setupBackoff() {
Expand Down Expand Up @@ -113,6 +113,7 @@ export class Mustgather extends Component {
}

startGather() {
this.setupBackoff();
this.setState({
running: true,
pendingRequest: true,
Expand Down

0 comments on commit f5c8a93

Please sign in to comment.