add blog post section (#886)

This commit is contained in:
Yash Chauhan 2025-10-23 01:08:24 +05:30 committed by GitHub
parent 3ee53e03d9
commit 11cf7cf8e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -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