@rakeshr , Thank you for your reply, I tried solution 1,
I don't know about celery, may be that's why I am getting this error. steps that i followed: 1. I installed celery using pip install -U celery 2. added import celery from Celery to the script 3. suffixed .delay with helper_method function 4. and it shows an error that helper_method.delay(ticks) builtins.AttributeError: 'function' object has no attribute 'delay'
I think i need to learn more about celery, I'll go through tutorials and try again, will let you know.
@rakeshr, Thank you for prompt reply, My SSD has crashed so, I am not yet able to try your suggestion yet, I will let you know as soon as my PC gets restored. Thank you.
I don't know about celery, may be that's why I am getting this error.
steps that i followed:
1. I installed celery using pip install -U celery
2. added import celery from Celery to the script
3. suffixed .delay with helper_method function
4. and it shows an error that
helper_method.delay(ticks)
builtins.AttributeError: 'function' object has no attribute 'delay'
I think i need to learn more about celery, I'll go through tutorials and try again, will let you know.
Thanks.