Required to update Celery in order to resolve dependabot alert. The @task decorator used in accounts/tasks.py has been deprecated in newer versions.
At the same time if the website is to be re-written then eh... have fun I guess? We had debated trying to just do this without Celery at one point but never fully investigated/worked on a MVP for it so worth exploring again if you have the time.
Required to update Celery in order to resolve dependabot alert. The
@task
decorator used inaccounts/tasks.py
has been deprecated in newer versions.At the same time if the website is to be re-written then eh... have fun I guess? We had debated trying to just do this without Celery at one point but never fully investigated/worked on a MVP for it so worth exploring again if you have the time.