-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
TypeError for src/cli/gcMonitors @ Publish stage of deploy #37
Comments
The last step of deployment should not affect upload of the Workers code. Do you mind sharing the forked repository/failed GitHub actions link? |
Yes, the worker's Quick Edit shows the default file & going to the URL returns its data.
OH, I didn't realise that it actually created a new worker under the |
Happy to hear it works! I will def take a look at the error, it's confusing at least. :) |
Thanks! The next thing is that I added another monitor - it was added to the status page, then I removed it from the config. However, it doesn't show up anymore, but its results are still counted in the KV and on the webpage. If that monitor goes offline, it will say that not all systems are online, yet the 3 other monitors all show green, there isn't a non-operational one. Any ideas? |
Oh my god, forget this as well - it literally just appeared. Forgive my stupidity :) I'll leave this open for the time being. |
The gcMonitors script should take care of cleaning up the state, seems like this part is broken.
That is because KV storage is eventually consistent, your changes are being re-pushed by the CRON trigger. Your changes take up to 1 minute to propagate, however, the CRON trigger reads/writes the state every minute from a different location, so it will most probably be just rewriting your state. If you want to manually fix the state, pause your CRON trigger, update the state, wait a couple of minutes, and then reenable the CRON trigger. :) |
Line 67:
Doesn't actually upload to workers, left with the default template from Cloudflare.
The text was updated successfully, but these errors were encountered: