質問編集履歴
2
エラー文の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
```ここに言語を入力
|
5
5
|
2021-05-14T02:34:50.012912+00:00 app[web.1]: [878e08c0-e8f5-4d37-9287-e1692cb97a19] Completed 500 Internal Server Error in 43ms (Allocations: 500)
|
6
6
|
2021-05-14T02:34:50.013541+00:00 app[web.1]: [878e08c0-e8f5-4d37-9287-e1692cb97a19]
|
7
|
-
2021-05-14T02:34:50.013542+00:00 app[web.1]: [878e08c0-e8f5-4d37-9287-e1692cb97a19] ActiveRecord::StatementInvalid (Mysql2::Error: User 'bd3df5e585f51f' has exceeded the
|
7
|
+
2021-05-14T02:34:50.013542+00:00 app[web.1]: [878e08c0-e8f5-4d37-9287-e1692cb97a19] ActiveRecord::StatementInvalid (Mysql2::Error: User 'bd3df5e585f51f' has exceeded the 'max_questions' resource (current value: 3600)):
|
8
8
|
```
|
9
9
|
|
10
10
|
直そうとして色々と調べていたら、何も変えてないのに直っては、日が経過すると同じエラーになります。
|
1
エラーの追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,7 +1,11 @@
|
|
1
1
|
#エラー内容
|
2
2
|
HerokuでWebサイトを運営しているのですが、以下のエラーが不規則に起きては直っての繰り返しです。
|
3
3
|
|
4
|
+
```ここに言語を入力
|
5
|
+
2021-05-14T02:34:50.012912+00:00 app[web.1]: [878e08c0-e8f5-4d37-9287-e1692cb97a19] Completed 500 Internal Server Error in 43ms (Allocations: 500)
|
4
|
-
|
6
|
+
2021-05-14T02:34:50.013541+00:00 app[web.1]: [878e08c0-e8f5-4d37-9287-e1692cb97a19]
|
7
|
+
2021-05-14T02:34:50.013542+00:00 app[web.1]: [878e08c0-e8f5-4d37-9287-e1692cb97a19] ActiveRecord::StatementInvalid (Mysql2::Error: User 'bd3df5e585f51f' has exceeded the
|
8
|
+
```
|
5
9
|
|
6
10
|
直そうとして色々と調べていたら、何も変えてないのに直っては、日が経過すると同じエラーになります。
|
7
11
|
|