0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【Rollbarエラー】The deploy can not be updated because its status is not started.

Last updated at Posted at 2019-07-01

背景

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分にしました。
解決。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?