Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

O+M 02-03-2025 #5059

Open
12 of 14 tasks
btylerburton opened this issue Jan 31, 2025 · 1 comment
Open
12 of 14 tasks

O+M 02-03-2025 #5059

btylerburton opened this issue Jan 31, 2025 · 1 comment
Assignees

Comments

@btylerburton
Copy link
Contributor

btylerburton commented Jan 31, 2025

As part of day-to-day operation of Data.gov, there are many Operation and Maintenance (O&M) responsibilities. Instead of having the entire team watching notifications and risking some notifications slipping through the cracks, we have created an O&M Triage role. One person on the team is assigned the Triage role which rotates each sprint. This is not meant to be a 24/7 responsibility, only East Coast business hours. If you are unavailable, please note when you will be unavailable in Slack and ask for someone to take on the role for that time.

Check the O&M Rotation Schedule for future planning.

Acceptance criteria

You are responsible for all O&M responsibilities this week. We've highlighted a few so they're not forgotten. You can copy each checklist into your daily report.

Daily Checklist

Note: Catalog Auto Tasks
You will need to update the chart values manually. Click the Action link in each issue and grab the values from monitor task output and check runtime.

Weekly Checklist

Monthly Checklist

ad-hoc checklist

  • audit/review applications on cloud foundry and determine what can be stopped and/or deleted.

Reference

@btylerburton btylerburton self-assigned this Jan 31, 2025
@btylerburton btylerburton moved this to 🏗 In Progress [8] in data.gov team board Feb 3, 2025
@btylerburton
Copy link
Contributor Author

A lot of errors in the latest tracking update run:
https://github.com/GSA/catalog.data.gov/actions/runs/13173948920/job/36769144756

Ex.

2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] ERR 2025-02-06 08:01:35,111 ERROR [ckanext.spatial.search] Geometry not valid JSON Expecting value: line 1 column 1 (char 0), not indexing :: United States, state, county, outlying area, region
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] OUT 2025-02-06 08:01:35,111 ERROR [ckanext.spatial.search] Geometry not valid JSON Expecting value: line 1 column 1 (char 0), not indexing :: United States, state, county, outlying area, region
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] ERR 2025-02-06 08:01:35,111 ERROR [ckanext.geodatagov] Error while indexing dataset e34b5fba-a6e4-4ee5-b4ca-be0997034f1c: AttributeError("'NoneType' object has no attribute 'get'")
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] OUT 2025-02-06 08:01:35,111 ERROR [ckanext.geodatagov] Error while indexing dataset e34b5fba-a6e4-4ee5-b4ca-be0997034f1c: AttributeError("'NoneType' object has no attribute 'get'")
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] OUT 2025-02-06 08:01:35,114 ERROR [ckanext.geodatagov] Traceback (most recent call last):
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-1317394[8920](https://github.com/GSA/catalog.data.gov/actions/runs/13173948920/job/36769144756#step:6:8921)-1/0] OUT File "/home/vcap/deps/1/python/lib/python3.10/site-packages/ckanext/geodatagov/cli.py", line 794, in update_tracking_solr
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] OUT package_index.update_dict(
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] OUT File "/home/vcap/deps/1/python/lib/python3.10/site-packages/ckan/lib/search/index.py", line 105, in update_dict
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] OUT self.index_package(pkg_dict, defer_commit)
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] OUT File "/home/vcap/deps/1/python/lib/python3.10/site-packages/ckan/lib/search/index.py", line 284, in index_package
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] OUT pkg_dict = item.before_dataset_index(pkg_dict)
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] OUT File "/home/vcap/deps/1/src/ckanext-spatial/ckanext/spatial/plugin/__init__.py", line 175, in before_dataset_index
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] OUT pkg_dict = search_backends[search_backend]().index_dataset(pkg_dict)
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] ERR 2025-02-06 08:01:35,114 ERROR [ckanext.geodatagov] Traceback (most recent call last):
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] OUT File "/home/vcap/deps/1/src/ckanext-spatial/ckanext/spatial/search/__init__.py", line 57, in index_dataset
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] OUT shape = self.shape_from_geometry(geometry)
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] ERR File "/home/vcap/deps/1/python/lib/python3.10/site-packages/ckanext/geodatagov/cli.py", line 794, in update_tracking_solr
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] OUT File "/home/vcap/deps/1/src/ckanext-spatial/ckanext/spatial/search/__init__.py", line 37, in shape_from_geometry
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] ERR package_index.update_dict(
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] OUT shape = shapely.geometry.shape(geometry)
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] ERR File "/home/vcap/deps/1/python/lib/python3.10/site-packages/ckan/lib/search/index.py", line 105, in update_dict
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] OUT File "/home/vcap/deps/1/python/lib/python3.10/site-packages/shapely/geometry/geo.py", line 92, in shape
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] OUT geom_type = ob.get("type").lower()
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] ERR self.index_package(pkg_dict, defer_commit)
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] OUT AttributeError: 'NoneType' object has no attribute 'get'
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] ERR File "/home/vcap/deps/1/python/lib/python3.10/site-packages/ckan/lib/search/index.py", line 284, in index_package
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] ERR pkg_dict = item.before_dataset_index(pkg_dict)
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] ERR File "/home/vcap/deps/1/src/ckanext-spatial/ckanext/spatial/plugin/__init__.py", line 175, in before_dataset_index
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] OUT 2025-02-06 08:01:35,114 INFO  [ckanext.geodatagov] Indexing dataset 4779/17343: 5336534c-c451-4104-a5c8-1ebbb69b81cc
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] ERR pkg_dict = search_backends[search_backend]().index_dataset(pkg_dict)
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] ERR File "/home/vcap/deps/1/src/ckanext-spatial/ckanext/spatial/search/__init__.py", line 57, in index_dataset
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] ERR shape = self.shape_from_geometry(geometry)
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] ERR File "/home/vcap/deps/1/src/ckanext-spatial/ckanext/spatial/search/__init__.py", line 37, in shape_from_geometry
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] ERR shape = shapely.geometry.shape(geometry)
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] ERR File "/home/vcap/deps/1/python/lib/python3.10/site-packages/shapely/geometry/geo.py", line 92, in shape
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] ERR geom_type = ob.get("type").lower()
2025-02-06T08:01:35.11+0000 [APP/TASK/ckangeodatagovtracking-update-13173948920-1/0] ERR AttributeError: 'NoneType' object has no attribute 'get'

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
Status: 🏗 In Progress [8]
Development

No branches or pull requests

1 participant