statsig-io / statuspage

A simple, zero-dependency, pure js/html status page based on GitHub Pages and Actions.
ISC License
685 stars 289 forks source link

Health check isn't updating #12

Closed PadowYT2 closed 2 years ago

PadowYT2 commented 2 years ago

The health check file worked, but it didnt update it on the website for some reason image image

VocalNutria9174 commented 2 years ago

same..

roim commented 2 years ago

Hey, I’ll take a look this week. Sorry—missed the first update here.

roim commented 2 years ago

Is the repo of either of you public? Would love to take a look directly.

If it’s private, we might be missing some configuration to commit to the repo, but I could add a token param to the GitHub workflow we use.

roim commented 2 years ago

@PadowYT2 @VocalNutria9174

I can't repro this and the public repos I looked at all work fine.

1/ Do you have more info I could use to debug/repro? 2/ Are files in logs/ being written to when the health check runs? 3/ Any output from the GitHub Action that you could paste here?

elightcap commented 2 years ago

I feel like this is an issue with github actions. In my instance, the workflow does not run at all. Checking the actions tab shows the workflow has never run, and the logs dir has never been updated.

I did find this support case which could explain things. https://github.community/t/no-assurance-on-scheduled-jobs/133753

PadowYT2 commented 2 years ago

I'm so sorry for not responding, now I don't use status pages anymore, so not sure what happend/how to fix

If this can be closed, I'll close

vijaye-statsig commented 2 years ago

CLosing -- no repro