commercialhaskell / stackage-server

Server for stable, curated Haskell package sets
MIT License
106 stars 28 forks source link

Snapshots are published even if they're missing their Hoogle database, which breaks Stackage search #335

Open chreekat opened 1 week ago

chreekat commented 1 week ago

stackage-server-cron makes sure that docs are available before publishing a snapshot, but doesn't do the same thing for the Hoogle database. This has caused a number of outages in Stackage search over the last few months.

chreekat commented 1 week ago

Currently the only known workaround is to create a new LTS release with a working Hoogle databaase.

But it's very likely that there is some simple manual operation that could enable it.