chore(ci): 旧 fetch-prices.yml を廃止し Prices ワークフローへ一本化 - #19
Open
appdevelopsk wants to merge 1 commit into
Open
Conversation
fetch-prices.yml は 2026-08-21 に schedule を停止して以来、 workflow_dispatch のみの実質 no-op として残っていた。 中身は Keepa (49EUR/月・未契約) か Amazon の curl スクレイピング (CAPTCHA でほぼ失敗) の二択で、どちらも動かない。 Amazon 価格の取得は prices.yml の daily ジョブ (PA-API v5 自前実装、 scripts/lib/paapi.ts) が引き継ぎ済み。鮮度ゲート staleness も同ワークフロー にあり、2026-09-09 に両ジョブとも Actions 上で success を実測している。 入口が2つあると「どちらが動いているのか」が分からなくなるため畳む。 同日、ローカル launchd の com.pickly.price-history も撤去した (19日間 push に失敗し続けていた実行系)。これで価格の取得・追記・ 鮮度確認はすべて prices.yml に集約される。 復旧が要る場合はこのコミットを revert すれば戻る。 Claude-Session: https://claude.ai/code/session_01U95AKo2tBLMbT9AFLXhBiq
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
変更
.github/workflows/fetch-prices.ymlを削除する。理由
このワークフローは 2026-08-21 に schedule を停止して以来、
workflow_dispatchのみの実質 no-op としてactiveに残っていた。中身はKEEPA_API_KEY経由(Keepa は最小 Starter 49EUR/月・未契約)の二択で、どちらのルートも動かない。
Amazon 価格の取得は
prices.ymlのdailyジョブ(PA-API v5 自前実装site/scripts/lib/paapi.ts)が引き継ぎ済み。鮮度ゲートstalenessも同ワークフローにある。実測(2026-09-09)
job=daily)Strategy: なし(資格情報が未設定のため既存価格を維持)/ snapshotdate=2026-09-09 cache=3933job=staleness)併せて実施
ローカル launchd の
com.pickly.price-historyも同日撤去した(19日間 push に失敗し続けていた実行系)。plist は削除せず.retired-20260909にリネームして退避。これで価格の取得・履歴追記・鮮度確認がすべて
prices.ymlに集約され、「どちらが動いているのか分からない」状態が解消する。巻き戻し
このコミットを revert すればファイルは戻る。
https://claude.ai/code/session_01U95AKo2tBLMbT9AFLXhBiq