mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
Connects up the celery signals to support pending, started and success/failure, without relying on django-celery-results
This commit is contained in:
parent
9b01c96846
commit
a72cc5da83
8 changed files with 479 additions and 173 deletions
|
|
@ -21,7 +21,7 @@ export interface PaperlessTask extends ObjectWithId {
|
|||
|
||||
task_id: string
|
||||
|
||||
name: string
|
||||
task_file_name: string
|
||||
|
||||
date_created: Date
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue