mirror of
https://github.com/hibiken/asynq.git
synced 2024-11-10 11:31:58 +08:00
Highlight stability and compatibility section in readme
This commit is contained in:
parent
7e96e893fe
commit
40d1889ba0
12
README.md
12
README.md
@ -12,6 +12,12 @@ It is backed by Redis and it is designed to have a low barrier to entry. It shou
|
|||||||
|
|
||||||
![Task Queue Diagram](/docs/assets/task-queue.png)
|
![Task Queue Diagram](/docs/assets/task-queue.png)
|
||||||
|
|
||||||
|
## Stability and Compatibility
|
||||||
|
|
||||||
|
**Important Note**: Current major version is zero (v0.x.x) to accomodate rapid development and fast iteration while getting early feedback from users. The public API could change without a major version update before v1.0.0 release.
|
||||||
|
|
||||||
|
**Status**: The library is currently undergoing heavy development with frequent, breaking API changes.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Guaranteed at least one execution of a task
|
- Guaranteed at least one execution of a task
|
||||||
@ -220,12 +226,6 @@ go get -u github.com/hibiken/asynq/tools/asynqmon
|
|||||||
| [Redis](https://redis.io/) | v2.8+ |
|
| [Redis](https://redis.io/) | v2.8+ |
|
||||||
| [Go](https://golang.org/) | v1.13+ |
|
| [Go](https://golang.org/) | v1.13+ |
|
||||||
|
|
||||||
## Stability and Compatibility
|
|
||||||
|
|
||||||
**Important Note**: Current major version is zero (v0.x.x) to accomodate rapid development and fast iteration while getting early feedback from users. The public API could change without a major version update before v1.0.0 release.
|
|
||||||
|
|
||||||
The library is getting close to a stable release, and we are trying to minimize breaking API changes. However, we cannot make any guarantees at this time.
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
We are open to, and grateful for, any contributions (Github issues/pull-requests, feedback on Gitter channel, etc) made by the community.
|
We are open to, and grateful for, any contributions (Github issues/pull-requests, feedback on Gitter channel, etc) made by the community.
|
||||||
|
Loading…
Reference in New Issue
Block a user