You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will be where we host the code that fetches and parses the election night results and saves it to DynamoDB instance.
Will have a cronjob set up to run the python script every few minutes.
Also possible their will be a date stamp in the head request that will tell us down to the second when the results were posted. If so, we might be able to make a HEAD request more often, then do the full GET request if the results have been updated since the last fetch.
The text was updated successfully, but these errors were encountered:
This will be where we host the code that fetches and parses the election night results and saves it to DynamoDB instance.
Will have a cronjob set up to run the python script every few minutes.
Also possible their will be a date stamp in the head request that will tell us down to the second when the results were posted. If so, we might be able to make a HEAD request more often, then do the full GET request if the results have been updated since the last fetch.
The text was updated successfully, but these errors were encountered: