From cb4c42733875ed9bbd6bb9abd1da84044429e149 Mon Sep 17 00:00:00 2001 From: iyashjayesh Date: Thu, 23 Oct 2025 00:08:44 +0530 Subject: [PATCH] add blog post section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0f0d61d..90b5a06 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,12 @@ func main() { - [Go doc examples](https://pkg.go.dev/github.com/go-co-op/gocron/v2#pkg-examples) - [Examples directory](examples) +## Articles & Blog Posts + +Community articles and tutorials about using gocron: + +- [Building a dynamic, highly available scheduler in Go](https://tech.efg.gg/posts/2025/highly-available-scheduler-in-go/) - A deep dive into building a highly available scheduler using gocron, MongoDB change streams, and leader election patterns for the FACEIT Watch platform. + ## Concepts - **Job**: The job encapsulates a "task", which is made up of a go function and any function parameters. The Job then