Merge pull request +12580 from c9/create-worker-retry

Create worker retry
pull/232/merge
Fabian Jakobs 2016-03-03 16:48:20 +01:00
commit 6751dc7741
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -131,7 +131,8 @@ function plugin(options, imports, register) {
var allowedErrorKeys = [
"message", "projectState", "premium", "retryIn", "progress",
"oldHost", "blocked", "className", "errors", "subtype"
"oldHost", "blocked", "className", "errors", "subtype",
"fatal", "ignore"
];
allowedErrorKeys.forEach(function(key) {