mirror of
https://github.com/hibiken/asynq.git
synced 2025-04-20 07:40:19 +08:00
[ci skip] Add badges to readme
This commit is contained in:
parent
f66a65d6ca
commit
fd8eb51440
@ -1,6 +1,6 @@
|
|||||||
# Asynq
|
# Asynq
|
||||||
|
|
||||||
[](https://travis-ci.com/hibiken/asynq) [](https://opensource.org/licenses/MIT)
|
[](https://travis-ci.com/hibiken/asynq) [](https://opensource.org/licenses/MIT) [](https://goreportcard.com/report/github.com/hibiken/asynq) [](https://godoc.org/github.com/hibiken/asynq)
|
||||||
|
|
||||||
Simple and efficent asynchronous task processing library in Go.
|
Simple and efficent asynchronous task processing library in Go.
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ func QueueKey(qname string) string {
|
|||||||
return QueuePrefix + strings.ToLower(qname)
|
return QueuePrefix + strings.ToLower(qname)
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProcessedKey returns a redis key string for procesed count
|
// ProcessedKey returns a redis key string for processed count
|
||||||
// for the given day.
|
// for the given day.
|
||||||
func ProcessedKey(t time.Time) string {
|
func ProcessedKey(t time.Time) string {
|
||||||
return processedPrefix + t.UTC().Format("2006-01-02")
|
return processedPrefix + t.UTC().Format("2006-01-02")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user