mirror of https://github.com/go-co-op/gocron.git
add blog post section (#886)
This commit is contained in:
parent
3ee53e03d9
commit
11cf7cf8e2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue