mirror of
				https://github.com/tormachris/cf-workers-status-page.git
				synced 2025-11-04 04:46:24 +01:00 
			
		
		
		
	chore: rephrase KV free tier note
Co-authored-by: Alex Viscreanu <alexviscreanu@gmail.com>
This commit is contained in:
		@@ -12,7 +12,7 @@ You'll need a [Cloudflare Workers account](https://dash.cloudflare.com/sign-up/w
 | 
			
		||||
 | 
			
		||||
* A workers domain set up
 | 
			
		||||
* The Workers Bundled subscription \($5/mo\)
 | 
			
		||||
    * [With KV Free Tier its free to try now!](https://blog.cloudflare.com/workers-kv-free-tier/) We are working on optimizations so it will completely fit in Free Tier for 5 minutes checks.
 | 
			
		||||
    * [Try it now with the free tier!](https://blog.cloudflare.com/workers-kv-free-tier/) Stay tuned while we make some changes so it will completely fit in the Free Tier with a 5min check interval.
 | 
			
		||||
* Some websites/APIs to watch 🙂
 | 
			
		||||
 | 
			
		||||
Also, prepare the following secrets
 | 
			
		||||
@@ -92,4 +92,4 @@ You can clone the repository yourself and use Wrangler CLI to develop/deploy, ex
 | 
			
		||||
 | 
			
		||||
* **KV replication lag** - You might get Slack notification instantly, however it may take couple of more seconds to see the change on your status page as [Cron Triggers are usually running on underutilized quiet hours machines](https://blog.cloudflare.com/introducing-cron-triggers-for-cloudflare-workers/#how-are-you-able-to-offer-this-feature-at-no-additional-cost).
 | 
			
		||||
 | 
			
		||||
* **Initial delay (no data)** - It takes couple of minutes to schedule and run CRON Triggers for the first time
 | 
			
		||||
* **Initial delay (no data)** - It takes couple of minutes to schedule and run CRON Triggers for the first time
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user