kopia lustrzana https://github.com/c9/core
Merge pull request +12588 from c9/revert-12587-revert-12580-create-worker-retry
Revert "Revert "Create worker retry""pull/268/head
commit
81d6e4ad9f
|
@ -131,7 +131,8 @@ function plugin(options, imports, register) {
|
||||||
|
|
||||||
var allowedErrorKeys = [
|
var allowedErrorKeys = [
|
||||||
"message", "projectState", "premium", "retryIn", "progress",
|
"message", "projectState", "premium", "retryIn", "progress",
|
||||||
"oldHost", "blocked", "className", "errors", "subtype"
|
"oldHost", "blocked", "className", "errors", "subtype",
|
||||||
|
"fatal", "ignore"
|
||||||
];
|
];
|
||||||
|
|
||||||
allowedErrorKeys.forEach(function(key) {
|
allowedErrorKeys.forEach(function(key) {
|
||||||
|
|
Ładowanie…
Reference in New Issue