mirror of
https://github.com/hibiken/asynq.git
synced 2025-04-22 08:40:22 +08:00
Minor doc fixes
This commit is contained in:
parent
c187dec9b2
commit
4c40d72113
@ -13,8 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
- Renamed `DeadTask` to `ArchivedTask`.
|
- Renamed `DeadTask` to `ArchivedTask`.
|
||||||
- Renamed the operation `Kill` to `Archive` in `Inpsector`.
|
- Renamed the operation `Kill` to `Archive` in `Inpsector`.
|
||||||
- Print stack track when Handler panics.
|
- Print stack trace when Handler panics.
|
||||||
- Include a file name and a line number in error message when recovering from a panic.
|
- Include a file name and a line number in the error message when recovering from a panic.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
# Asynq
|
# Asynq
|
||||||
|
|
||||||
[](https://travis-ci.com/hibiken/asynq)
|
[](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)
|
[](https://godoc.org/github.com/hibiken/asynq)
|
||||||
|
[](https://goreportcard.com/report/github.com/hibiken/asynq)
|
||||||
|
[](https://opensource.org/licenses/MIT)
|
||||||
[](https://gitter.im/go-asynq/community)
|
[](https://gitter.im/go-asynq/community)
|
||||||
[](https://codecov.io/gh/hibiken/asynq)
|
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user