Browse Source

add 143599 TODO comment

Futa Arai 1 year ago
parent
commit
d92759018c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      apps/app/src/server/crowi/index.js

+ 1 - 0
apps/app/src/server/crowi/index.js

@@ -793,6 +793,7 @@ Crowi.prototype.setupExternalUserGroupSyncService = function() {
   this.keycloakUserGroupSyncService = new KeycloakUserGroupSyncService(this.s2sMessagingService, this.socketIoService);
 };
 
+// TODO: Limit the number of jobs to execute in parallel (https://redmine.weseek.co.jp/issues/143599)
 Crowi.prototype.resumeIncompletePageBulkExportJobs = async function() {
   const jobs = await PageBulkExportJob.find({
     $or: [