Django - Celery and Background Tasks
Given this code snippet, what will be the output when calling
send_email_task('user@example.com') if send_email_task is a background task?