Django celery Pass args for periodic task #466
Unanswered
nawarazpokhrel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I got certain following task to be executed
from apps.users.email import ConfirmationEmail
and send email is called in below function.
I am having problem on passing args in periodic task as I could not find any docs regarding this
Is the approach wrong or I am missing something?
Beta Was this translation helpful? Give feedback.
All reactions