We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3058696 commit 9488415Copy full SHA for 9488415
src/schema/schema.service.ts
@@ -23,6 +23,8 @@ export class SchemaService {
23
type: 'exponential',
24
delay: 5000,
25
},
26
+ removeOnComplete: true,
27
+ removeOnFail: 10,
28
29
);
30
}
0 commit comments