Skip to content

Commit 923e0ab

Browse files
committed
Removed todo about sending an email when failure count gets too high. This will be monitored by an external services. Fixes jquery-archive#10.
1 parent bbf17a8 commit 923e0ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/retry.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ function processFailures( fn ) {
5555
return;
5656
}
5757

58-
// TODO: if failure count gets too high, email someone
5958
this.parallel()( null, failure );
6059
setTimeout( this.parallel(), wait( failure.tries ) );
6160
},

0 commit comments

Comments
 (0)