背景
slackに、deploy時にrollbar通知を出しているが、突然エラーを吐くようになった。
DEBUG 403; Forbidden; { "err": 1, "message": "The deploy can not be updated because its status is not started."}
ERROR Unable to update deploy status in Rollbar: The deploy can not be updated because its status is not started.
The deploy can not be updated because its status is not started.
解決策
githubにissueが上がっており、どうやらtimeoutを調整すれば大丈夫とのこと。
https://github.com/rollbar/rollbar-gem/issues/853
Settings > Deploys
メニューからTimeoutを変更。
私の場合はdeployに最長3分ほどかかっており、現状が1分の設定になっていたので5分にしました。
解決。