smgcknt-tech / traweather-react-app

1 stars 0 forks source link

Implement a batch processing function that fetches stock price data from an external API on the backend side on a regular basis. #12

Closed smgcknt-tech closed 3 years ago

smgcknt-tech commented 3 years ago

implemented the function and deployed as version 1.1

smgcknt-tech commented 3 years ago

I need to confirm that app's data is updated at 5pm in prod environment.

smgcknt-tech commented 3 years ago

probably, the reason why csv download failed is that ACL of CSV wasn't allowed for public-access. I changed only the csv file's ACL into public access ok.