app.celery.tasks

Description

(task)app.celery.tasks.create_user_email_task(email_data) bool

Proxy that evaluates object once.

Proxy will evaluate the object each time, while the promise will only evaluate it once.

(task)app.celery.tasks.create_word_and_excel_documents_task(created_by: int, request_data: dict, to_pdf: int) bool

Proxy that evaluates object once.

Proxy will evaluate the object each time, while the promise will only evaluate it once.

(task)app.celery.tasks.reset_password_email_task(email_data) bool

Proxy that evaluates object once.

Proxy will evaluate the object each time, while the promise will only evaluate it once.

(task)app.celery.tasks.send_email_with_attachments_task(task_data: list) bool

Proxy that evaluates object once.

Proxy will evaluate the object each time, while the promise will only evaluate it once.