Connects up the celery signals to support pending, started and success/failure, without relying on django-celery-results

This commit is contained in:
Trenton H
2022-10-17 12:42:08 -07:00
parent b87757a0e2
commit 20b7287dc2
8 changed files with 479 additions and 173 deletions

View File

@@ -21,7 +21,7 @@ export interface PaperlessTask extends ObjectWithId {
task_id: string
name: string
task_file_name: string
date_created: Date