ossf / package-feeds

Feed parsing for language package manager updates
Apache License 2.0
71 stars 24 forks source link

Improve support for cron (inc production) #366

Closed calebbrown closed 1 year ago

calebbrown commented 1 year ago

Upgrade cron library to v3.

Limit Cloud Run concurrency to "1" to avoid duplicate data being produced.

calebbrown commented 1 year ago

On reviewing Cloud Run it appears to also be doing a health check on the same URL as the request to pull new packages.

Please hold off while I figure out a fix.

calebbrown commented 1 year ago

The health check is on the port 8080 accepting TCP connections. I think it is okay (i.e. not causing work)