hanagantig / cronLinks
Cron library for go with distributed lock
☆50Updated 3 years ago
Alternatives and similar repositories for cron
Users that are interested in cron are comparing it to the libraries listed below
Sorting:
- cdule (pronounce as Schedule) Golang based scheduler library with database support.☆55Updated 8 months ago
- Prometheus metrics for Go database/sql via VictoriaMetrics/metrics☆24Updated 2 years ago
- Expirable Go LRC\LRU cache without goroutines☆85Updated 2 months ago
- High performance JSON iterator & validator for Go☆95Updated last year
- Provides primitives to perform ordered GRAceful TERmination for Golang applications☆28Updated 4 months ago
- Generic goroutine pool: Submit, Map, Async.☆72Updated last year
- ☆26Updated 3 weeks ago
- A helper tool to work with profile.proto (pprof) files☆60Updated 3 years ago
- A golang map in which entries expire after given a time period☆59Updated last year
- Gotcha 🎯 seamlessly patches go runtime to provide a convenient way to track amount of heap allocated bytes, objects, calls per goroutin…☆39Updated 2 years ago
- Packages for creating data pipelines☆23Updated 6 months ago
- Generic batches for go☆13Updated 3 years ago
- Tiny wrapper around SQLX for Generic SQL queries☆48Updated 8 months ago
- ☆33Updated 2 years ago
- Consistent hashing hashring implementation.☆34Updated last year
- A type-to-type copy function code generator.☆47Updated 3 weeks ago
- 👩⚕️👨⚕️ Mission-critical concurrent health checks synchronization☆31Updated 2 months ago
- Enriches the standard go http client with retry functionality.☆52Updated last year
- clear go error wrapping with caller☆53Updated last year
- ☆27Updated 3 years ago
- Simplify RabbitMQ operations in Go with Gorabbit, a high-level wrapper for the official Go RabbitMQ plugin. Enhance your messaging workfl…☆78Updated 5 months ago
- A sharded wrapper for golang.org/x/sync/singleflight for high contention enviroments☆71Updated 3 years ago
- Simple query builder for MongoDB☆81Updated 3 months ago
- map library using Go generics that offers a standard interface, go routine synchronization, and sorting☆50Updated 4 months ago
- 😴 A tiny library for handling system interrupts☆39Updated 4 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆119Updated 3 weeks ago
- Prometheus middleware for chi☆31Updated 2 years ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 years ago
- Cache that tries to keep data local for the goroutine and reduce synchronization overhead, but keep it is safe for concurrent use.