Skip to content

Revoke Celery Tasks on Account Deletion #20

@mfosterw

Description

@mfosterw

Right now when an account is deleted the asynchronous tasks in the Celery queue created by that account remain in place until their timer runs out, at which point the task fails. It would be more efficient and probably more secure if there was a delete hook on the user model that signals Celery to revoke the task and remove it from the queue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions