Skip to content

Commit 8f7fcf6

Browse files
committed
fix: allow multiple instances for gitlab repo fetch
Signed-off-by: frank-zsy <syzhao1988@126.com>
1 parent 30811b5 commit 8f7fcf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cron/tasks/updateGitlabRepos.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { get } from 'https';
99
*/
1010
const task: Task = {
1111
cron: '0 * * * *',
12-
singleInstance: true,
12+
singleInstance: false,
1313
callback: async () => {
1414
const logger = getLogger('UpdateGitlabRepoTask');
1515
const config = await getConfig();

0 commit comments

Comments
 (0)