Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removed markup spaces
  • Loading branch information
ssiwan authored Dec 23, 2020
1 parent e5e9f5a commit 92a3428
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ https://github.com/StateOfCalifornia/CA_NOTIFY
#Programming Language
Python
#External-Dependencies
| SnowFlake<br><br>(Source Phone#)<br><br>Select 100 phone# @ a time<br><br> | Twillio<br> <br>(Phone# Validation API)<br><br>Takes only one phone# at a time, but the batch program threaded 10 simultaneous run at a time<br><br> | Google<br><br>(SMS Text API)<br><br> SMS Text 10 phone# at a time<br><br> |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------|---|---|
| SnowFlake<br><br>(Source Phone#)<br><br>Select 100 phone# @ a time<br><br> | Twillio<br> <br>(Phone# Validation API)<br><br>Takes only one phone# at a time, but the batch program threaded 10 simultaneous run at a time<br><br> | Google<br><br>(SMS Text API)<br><br> SMS Text 10 phone# at a time<br><br>|
#Release Notes
|12/13/2020| Threaded 10 simultaneous run (one phone# @ a time) through Twillio and batch 10 phone# at a time to Google. Mark (1) as text sent, (0) as no text sent. Update write back table to SnowFlake to filter out already processed phone# for next batch of ten (10).|
|-------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------|---|---|
|12/13/2020| Threaded 10 simultaneous run (one phone# @ a time) through Twillio and batch 10 phone# at a time to Google. Mark (1) as text sent, (0) as no text sent. Update write back table to SnowFlake to filter out already processed phone# for next batch of ten (10).||

# Technical Details
The execution of the CA Notify pipeline can be visualized as a series of epochs each consisting of multiple batches. The main function calls **orchestrate_epochs** to initiate this process. The number of epochs to execute in a single run of the pipeline is defined in the environment variable **EPOCH_COUNT**.
Expand Down

0 comments on commit 92a3428

Please sign in to comment.