Skip to content

Commit

Permalink
docs(edge-worker): Update documentation for monitoring feature
Browse files Browse the repository at this point in the history
Clarify description of monitoring and heartbeats in edge worker documentation
  • Loading branch information
jumski committed Jan 21, 2025
1 parent a700ef1 commit 3b10adf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { Aside } from "@astrojs/starlight/components";
Under the hood, it wraps [Supabase Background Tasks](https://supabase.com/docs/guides/functions/background-tasks) and adds a lot of useful features:

- retries with delays
- monitoring and heartbeats
- monitoring (heartbeats)
- concurrency control
- horizontal scaling (by deploying multiple edge functions for the same queue)

Expand Down

0 comments on commit 3b10adf

Please sign in to comment.