Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

O+M 2025-02-10 #5079

Closed
12 of 14 tasks
FuhuXia opened this issue Feb 10, 2025 · 6 comments
Closed
12 of 14 tasks

O+M 2025-02-10 #5079

FuhuXia opened this issue Feb 10, 2025 · 6 comments
Assignees

Comments

@FuhuXia
Copy link
Member

FuhuXia commented Feb 10, 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

@FuhuXia FuhuXia self-assigned this Feb 10, 2025
@FuhuXia FuhuXia moved this to 🏗 In Progress [8] in data.gov team board Feb 10, 2025
@FuhuXia
Copy link
Member Author

FuhuXia commented Feb 10, 2025

Inventory gave false site down alarm. Need to update ckan.ini and add apitoken_header_name = Authorization

condition
[inventory.data.gov](http://inventory.data.gov/) unavailable

policy
Site alarm (production)

@FuhuXia
Copy link
Member Author

FuhuXia commented Feb 10, 2025

Things noticed for Inventory

@FuhuXia
Copy link
Member Author

FuhuXia commented Feb 12, 2025

All of a sudden PR created by snyk/GH does not run the checks any more. I have to add an empty commit to move it forward.
Image

@FuhuXia
Copy link
Member Author

FuhuXia commented Feb 12, 2025

harvest source /harvest/admin/connecticut-data-json generated 575 (1838 - 1263) duplicates.
need to run dedupe on it and reharvest to see if it comes back.

@FuhuXia
Copy link
Member Author

FuhuXia commented Feb 13, 2025

Some records in harvest source /harvest/admin/connecticut-data-json appears to have identical content except the modified, causing extra workload on the harvester.

Take the following record for example, it is "modified": "2025-02-12" on day 1 then "modified": "2025-02-13" on the next day.

Also the order of keywords are changing everyday but that is not an issue for us since we sort our json before hashing.

{
  "accessLevel": "public",
  "landingPage": "https://data.ct.gov/d/yhjn-x67g",
  "issued": "2018-11-26",
  "@type": "dcat:Dataset",
  "modified": "2025-02-12",
  "keyword": [
    "child care",
    "enforcement actions",
    "licensing"
  ],
  "contactPoint": {
    "@type": "vcard:Contact",
    "fn": "Open Data Hub",
    "hasEmail": "mailto:no-reply@data.ct.gov"
  },
  "publisher": {
    "@type": "org:Organization",
    "name": "data.ct.gov"
  },
  "identifier": "https://data.ct.gov/api/views/yhjn-x67g",
  "description": "Child Care & Youth Camp Licensing Enforcement Actions New",
  "title": "Child Care & Youth Camp Licensing Enforcement Actions New",
  "distribution": [
    {
      "@type": "dcat:Distribution",
      "downloadURL": "https://data.ct.gov/api/views/yhjn-x67g/rows.csv?accessType=DOWNLOAD",
      "mediaType": "text/csv"
    },
    {
      "mediaType": "application/rdf+xml",
      "downloadURL": "https://data.ct.gov/api/views/yhjn-x67g/rows.rdf?accessType=DOWNLOAD",
      "describedBy": "https://data.ct.gov/api/views/yhjn-x67g/columns.rdf",
      "describedByType": "application/rdf+xml",
      "@type": "dcat:Distribution"
    },
    {
      "mediaType": "application/json",
      "downloadURL": "https://data.ct.gov/api/views/yhjn-x67g/rows.json?accessType=DOWNLOAD",
      "describedBy": "https://data.ct.gov/api/views/yhjn-x67g/columns.json",
      "describedByType": "application/json",
      "@type": "dcat:Distribution"
    },
    {
      "mediaType": "application/xml",
      "downloadURL": "https://data.ct.gov/api/views/yhjn-x67g/rows.xml?accessType=DOWNLOAD",
      "describedBy": "https://data.ct.gov/api/views/yhjn-x67g/columns.xml",
      "describedByType": "application/xml",
      "@type": "dcat:Distribution"
    }
  ],
  "theme": [
    "Business"
  ]
}

{
  "accessLevel": "public",
  "landingPage": "https://data.ct.gov/d/yhjn-x67g",
  "issued": "2018-11-26",
  "@type": "dcat:Dataset",
  "modified": "2025-02-13",
  "keyword": [
    "child care",
    "enforcement actions",
    "licensing"
  ],
  "contactPoint": {
    "@type": "vcard:Contact",
    "fn": "Open Data Hub",
    "hasEmail": "mailto:no-reply@data.ct.gov"
  },
  "publisher": {
    "@type": "org:Organization",
    "name": "data.ct.gov"
  },
  "identifier": "https://data.ct.gov/api/views/yhjn-x67g",
  "description": "Child Care & Youth Camp Licensing Enforcement Actions New",
  "title": "Child Care & Youth Camp Licensing Enforcement Actions New",
  "distribution": [
    {
      "@type": "dcat:Distribution",
      "downloadURL": "https://data.ct.gov/api/views/yhjn-x67g/rows.csv?accessType=DOWNLOAD",
      "mediaType": "text/csv"
    },
    {
      "mediaType": "application/rdf+xml",
      "downloadURL": "https://data.ct.gov/api/views/yhjn-x67g/rows.rdf?accessType=DOWNLOAD",
      "describedBy": "https://data.ct.gov/api/views/yhjn-x67g/columns.rdf",
      "describedByType": "application/rdf+xml",
      "@type": "dcat:Distribution"
    },
    {
      "mediaType": "application/json",
      "downloadURL": "https://data.ct.gov/api/views/yhjn-x67g/rows.json?accessType=DOWNLOAD",
      "describedBy": "https://data.ct.gov/api/views/yhjn-x67g/columns.json",
      "describedByType": "application/json",
      "@type": "dcat:Distribution"
    },
    {
      "mediaType": "application/xml",
      "downloadURL": "https://data.ct.gov/api/views/yhjn-x67g/rows.xml?accessType=DOWNLOAD",
      "describedBy": "https://data.ct.gov/api/views/yhjn-x67g/columns.xml",
      "describedByType": "application/xml",
      "@type": "dcat:Distribution"
    }
  ],
  "theme": [
    "Business"
  ]
}

@FuhuXia
Copy link
Member Author

FuhuXia commented Feb 14, 2025

Due to #5085, NewRelic Synthetic monitoring for Inventory prod changed its endpoint url from /dataset/ to /, until the issue is fixed.

UPDATE:
issue fixed, NewRelic is monitoring '/dataset/' with X-CKAN-API-Key.

@FuhuXia FuhuXia closed this as completed Feb 19, 2025
@github-project-automation github-project-automation bot moved this from 🏗 In Progress [8] to ✔ Done in data.gov team board Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✔ Done
Development

No branches or pull requests

1 participant