Skip to content

Commit c670af4

Browse files
authored
Update index.js
1 parent 17cf388 commit c670af4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ const IGNORED_TASK_DEFINITION_ATTRIBUTES = [
1010
'taskDefinitionArn',
1111
'requiresAttributes',
1212
'revision',
13-
'status'
13+
'status',
14+
'registeredAt',
15+
'deregisteredAt',
16+
'registeredBy'
1417
];
1518

1619
const WAIT_DEFAULT_DELAY_SEC = 5;

0 commit comments

Comments
 (0)