Fixes an import error that is thrown when attempting to run celery using celery -A happinesspackets -l info, restoring the ability to send emails using Celery 4.2.1
celery -A happinesspackets -l info
Pull-Request has been closed by echoduck
Pull-Request has been reopened by echoduck
rebased onto 45291fca808f183519b3d9998b412509f578d10a
rebased onto f9c079b8dcc9302ffad4902d5a91c646f7f2510e
rebased onto 0c089f1d2dcf52287f45c249f988875aee44ac58
Metadata Update from @jflory7: - Pull-request tagged with: improvement, needs testing, type - backend
@echoduck Thanks for this bug fix. I tested this change locally and verified it. Merging! :clapper:
Thanks for being patient with this pull request.
Metadata Update from @jflory7: - Pull-request untagged with: needs testing - Request assigned
@echoduck's patch is applied in commit bc96d4014f59548081e0507ec2944e9ecd9cf59a. Again I don't know why this pull request didn't close automatically. :question: :question: I'm canceling the PR, but this was actually accepted.
Pull-Request has been closed by jflory7
Fixes an import error that is thrown when attempting to run celery using
celery -A happinesspackets -l info, restoring the ability to send emails using Celery 4.2.1