Skip to content

Commit 38210a6

Browse files
authored
Merge pull request #513 from Police-Data-Accessibility-Project/mc_ds_868_syncs
mc_ds_868_syncs
2 parents f541d6d + c4052a5 commit 38210a6

File tree

277 files changed

+5931
-1273
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

277 files changed

+5931
-1273
lines changed

ENV.md

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,28 @@ Note that some tasks/subtasks are themselves enabled by other tasks.
5757

5858
### Scheduled Task Flags
5959

60-
| Flag | Description |
61-
|-------------------------------------|-------------------------------------------------------------------------------|
62-
| `SCHEDULED_TASKS_FLAG` | All scheduled tasks. Disabling disables all other scheduled tasks. |
63-
| `PUSH_TO_HUGGING_FACE_TASK_FLAG` | Pushes data to HuggingFace. |
64-
| `POPULATE_BACKLOG_SNAPSHOT_TASK_FLAG` | Populates the backlog snapshot. |
65-
| `DELETE_OLD_LOGS_TASK_FLAG` | Deletes old logs. |
66-
| `RUN_URL_TASKS_TASK_FLAG` | Runs URL tasks. |
67-
| `IA_PROBE_TASK_FLAG` | Extracts and links Internet Archives metadata to URLs. |
68-
| `IA_SAVE_TASK_FLAG` | Saves URLs to Internet Archives. |
69-
| `MARK_TASK_NEVER_COMPLETED_TASK_FLAG` | Marks tasks that were started but never completed (usually due to a restart). |
70-
| `DELETE_STALE_SCREENSHOTS_TASK_FLAG` | Deletes stale screenshots for URLs already validated. |
71-
| `TASK_CLEANUP_TASK_FLAG` | Cleans up tasks that are no longer needed. |
60+
| Flag | Description |
61+
|----------------------------------------|-------------------------------------------------------------------------------|
62+
| `SCHEDULED_TASKS_FLAG` | All scheduled tasks. Disabling disables all other scheduled tasks. |
63+
| `PUSH_TO_HUGGING_FACE_TASK_FLAG` | Pushes data to HuggingFace. |
64+
| `POPULATE_BACKLOG_SNAPSHOT_TASK_FLAG` | Populates the backlog snapshot. |
65+
| `DELETE_OLD_LOGS_TASK_FLAG` | Deletes old logs. |
66+
| `RUN_URL_TASKS_TASK_FLAG` | Runs URL tasks. |
67+
| `IA_PROBE_TASK_FLAG` | Extracts and links Internet Archives metadata to URLs. |
68+
| `IA_SAVE_TASK_FLAG` | Saves URLs to Internet Archives. |
69+
| `MARK_TASK_NEVER_COMPLETED_TASK_FLAG` | Marks tasks that were started but never completed (usually due to a restart). |
70+
| `DELETE_STALE_SCREENSHOTS_TASK_FLAG` | Deletes stale screenshots for URLs already validated. |
71+
| `TASK_CLEANUP_TASK_FLAG` | Cleans up tasks that are no longer needed. |
7272
| `REFRESH_MATERIALIZED_VIEWS_TASK_FLAG` | Refreshes materialized views. |
73+
| `DS_APP_SYNC_AGENCY_ADD_TASK_FLAG` | Adds new agencies to the Data Sources App|
74+
| `DS_APP_SYNC_AGENCY_UPDATE_TASK_FLAG` | Updates existing agencies in the Data Sources App|
75+
| `DS_APP_SYNC_AGENCY_DELETE_TASK_FLAG` | Deletes agencies in the Data Sources App|
76+
| `DS_APP_SYNC_DATA_SOURCE_ADD_TASK_FLAG` | Adds new data sources to the Data Sources App|
77+
| `DS_APP_SYNC_DATA_SOURCE_UPDATE_TASK_FLAG` | Updates existing data sources in the Data Sources App|
78+
| `DS_APP_SYNC_DATA_SOURCE_DELETE_TASK_FLAG` | Deletes data sources in the Data Sources App|
79+
| `DS_APP_SYNC_META_URL_ADD_TASK_FLAG` | Adds new meta URLs to the Data Sources App|
80+
| `DS_APP_SYNC_META_URL_UPDATE_TASK_FLAG` | Updates existing meta URLs in the Data Sources App|
81+
| `DS_APP_SYNC_META_URL_DELETE_TASK_FLAG` | Deletes meta URLs in the Data Sources App|
7382

7483
### URL Task Flags
7584

@@ -81,7 +90,6 @@ URL Task Flags are collectively controlled by the `RUN_URL_TASKS_TASK_FLAG` flag
8190
| `URL_HTML_TASK_FLAG` | URL HTML scraping task. |
8291
| `URL_RECORD_TYPE_TASK_FLAG` | Automatically assigns Record Types to URLs. |
8392
| `URL_AGENCY_IDENTIFICATION_TASK_FLAG` | Automatically assigns and suggests Agencies for URLs. |
84-
| `URL_SUBMIT_APPROVED_TASK_FLAG` | Submits approved URLs to the Data Sources App. |
8593
| `URL_MISC_METADATA_TASK_FLAG` | Adds misc metadata to URLs. |
8694
| `URL_AUTO_RELEVANCE_TASK_FLAG` | Automatically assigns Relevances to URLs. |
8795
| `URL_PROBE_TASK_FLAG` | Probes URLs for web metadata. |
@@ -90,7 +98,6 @@ URL Task Flags are collectively controlled by the `RUN_URL_TASKS_TASK_FLAG` flag
9098
| `URL_AUTO_VALIDATE_TASK_FLAG` | Automatically validates URLs. |
9199
| `URL_AUTO_NAME_TASK_FLAG` | Automatically names URLs. |
92100
| `URL_SUSPEND_TASK_FLAG` | Suspends URLs meeting suspension criteria. |
93-
| `URL_SUBMIT_META_URLS_TASK_FLAG` | Submits meta URLs to the Data Sources App. |
94101

95102
### Agency ID Subtasks
96103

0 commit comments

Comments
 (0)