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 ade0b09 commit f9ad092Copy full SHA for f9ad092
api/jobs/ttlCleanup.js
@@ -26,7 +26,8 @@ class TTLCleanup extends job.Job {
26
case "countly_out": dbInstance = common.outDb; break;
27
}
28
if (!dbInstance) {
29
- return log.e("Invalid db selection:", db);
+ log.e("Invalid db selection:", db);
30
+ continue;
31
32
33
log.d("Started cleaning up", collection);
0 commit comments