Skip to content

Move email related code execution into Celery tasks #1606

Description

@davinotdavid

Since we are now using Celery, we can move the email related code (essentially code that sends email) into tasks!

As @MelissaAutumn suggested here:

If CELERY_ENALBED=True then call email tasks with .delay() otherwise call it with the regular send_my_email()? (That way we don't break environments where celery doesn't exist yet.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementImprovements on existing functionality

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions