Browse Source

Increase default limit of getJobs()

pull/7105/head
Thomas Kaul 3 weeks ago
parent
commit
de09e9b72e
  1. 2
      apps/api/src/app/admin/queue/queue.service.ts

2
apps/api/src/app/admin/queue/queue.service.ts

@ -56,7 +56,7 @@ export class QueueService {
} }
public async getJobs({ public async getJobs({
limit = 1000, limit = 5000,
status = QUEUE_JOB_STATUS_LIST status = QUEUE_JOB_STATUS_LIST
}: { }: {
limit?: number; limit?: number;

Loading…
Cancel
Save