Skip to content

Commit 42cc417

Browse files
Merge pull request #432 from OP-TED/feature/TED-1190
Update reprocess_unpublished_notices_from_backlog.py
2 parents 2d7667c + 6b381fb commit 42cc417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dags/reprocess_unpublished_notices_from_backlog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
DAG_NAME = "reprocess_unpublished_notices_from_backlog"
1515

1616
RE_PUBLISH_TARGET_NOTICE_STATES = [NoticeStatus.ELIGIBLE_FOR_PUBLISHING, NoticeStatus.INELIGIBLE_FOR_PUBLISHING,
17-
NoticeStatus.PACKAGED
17+
NoticeStatus.PACKAGED, NoticeStatus.PUBLICLY_UNAVAILABLE
1818
]
1919
TRIGGER_NOTICE_PROCESS_WORKFLOW_TASK_ID = "trigger_notice_process_workflow"
2020
FORM_NUMBER_DAG_PARAM = "form_number"

0 commit comments

Comments
 (0)