summaryrefslogtreecommitdiff
path: root/scripts/scraper-entrypoint.sh
AgeCommit message (Collapse)AuthorLines
5 daysFix scraper restart loop: MARZ 500 on unpublished month + set -eyyamashita-2/+1
新宿MARZ翌月スケジュールのHTTP 500がスクレイパー全体を失敗させ、 set -e によりentrypointがcron起動前に終了→再起動ループを引き起こしていた。 - marz-shinjuku: 404/500は未掲載扱いで空配列を返すよう変更 - scraper-entrypoint.sh: set -e を削除し初回スクレイプ失敗でもcronを起動 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-08Run scrape immediately on container start before handing off to cronyyamashita-0/+6
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>