✅takker-weatherの通信負荷を減らす
やったこと
✅oakでroutingする (takker-weather)
/jma/weather-map/archives/today.:extension
で
気象庁の実況/予報天気図リストを取得するAPI
からパスを取り出す
今までは画像データをfetchして確認していた
jsonをfetchするほうが負荷も軽いだろう
Cache-Control
を
max-age=60
にした
気象庁の実況/予報天気図リストを取得するAPI
と同じ寿命
2023-07-15
15:32:29
Vercel Alert - takker99 has used 75% of Serverless Function execution Amount
の発生原因の殆どが
/jma/weather-map/archives/today.png
のようだ
https://gyazo.com/83d869034ee38aad322c62ba260aac4c
fetch数とcache-controlを調整して、execution timeを減らそう
#2023-07-15
19:01:05