Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize volunteer sms #977

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

sudhinbabu
Copy link

Issue Reference

To optimize the sending SMS for gathering volunteers #792

Summarize

management command to send sms to existing volunteers in batch [parallel], but this script is not complete need somebody to work on the getting data part. now it is set to taken from a sample csv data file

command usages.
python manage.py sendvolunteersms -->start sending sms to ~80k users by reading a csv file.
python manage.py sendvolunteersms /tmp/volunteer.csv --> with absolute csv file path
python manage.py sendvolunteersms --clearcache=1 --> to reset processed phone numbers [system was made to remember successfully processed items incase if script stop in middle no need start from beginning]

logfile - logs/send_volunteer_sms.log

@bobinson
Copy link

Appreciate finding this area that needs optimization and taking up.

need somebody to work on the getting data part.

format is given below

format_volnteers.csv.zip

@bobinson bobinson added enhancement New feature or request high labels Aug 28, 2018
@biswaz biswaz requested review from biswaz and removed request for biswaz August 17, 2019 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants