Skip to content

Commit

Permalink
add 143599 TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arafubeatbox committed Aug 10, 2024
1 parent a456462 commit d927590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/app/src/server/crowi/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit d927590

Please sign in to comment.