mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 09:07:18 +01:00
Transitions the backend to celery and celery beat
This commit is contained in:
parent
185b352264
commit
9247300230
29 changed files with 437 additions and 282 deletions
|
|
@ -27,7 +27,7 @@ export class TasksService {
|
|||
}
|
||||
|
||||
public get queuedFileTasks(): PaperlessTask[] {
|
||||
return this.fileTasks.filter((t) => t.status == PaperlessTaskStatus.Queued)
|
||||
return this.fileTasks.filter((t) => t.status == PaperlessTaskStatus.Pending)
|
||||
}
|
||||
|
||||
public get startedFileTasks(): PaperlessTask[] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue