mirror of
https://github.com/hibiken/asynq.git
synced 2025-04-22 08:40:22 +08:00
Update README.md
This commit is contained in:
parent
69fac4c944
commit
287d14ee9a
14
README.md
14
README.md
@ -18,7 +18,7 @@ Highlevel overview of how Asynq works:
|
||||
|
||||
Task queues are used as a mechanism to distribute work across multiple machines. A system can consist of multiple worker servers and brokers, giving way to high availability and horizontal scaling.
|
||||
|
||||
**Simple schema of the process**
|
||||
**Example use case**
|
||||
|
||||

|
||||
|
||||
@ -254,7 +254,7 @@ func main() {
|
||||
|
||||
For a more detailed walk-through of the library, see our [Getting Started](https://github.com/hibiken/asynq/wiki/Getting-Started) guide.
|
||||
|
||||
To learn more about `asynq` features and APIs, please see [godoc](https://godoc.org/github.com/hibiken/asynq).
|
||||
To learn more about `asynq` features and APIs, see the package [godoc](https://godoc.org/github.com/hibiken/asynq).
|
||||
|
||||
## Web UI
|
||||
|
||||
@ -298,16 +298,6 @@ We are open to, and grateful for, any contributions (GitHub issues/PRs, feedback
|
||||
|
||||
Please see the [Contribution Guide](/CONTRIBUTING.md) before contributing.
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
- [Sidekiq](https://github.com/mperham/sidekiq): Many of the design ideas are taken from sidekiq and its Web UI
|
||||
- [RQ](https://github.com/rq/rq): Client APIs are inspired by rq library.
|
||||
- [Cobra](https://github.com/spf13/cobra): Asynq CLI is built with cobra
|
||||
|
||||
## Stargazers
|
||||
|
||||

|
||||
|
||||
## License
|
||||
|
||||
Copyright (c) 2019-present [Ken Hibino](https://github.com/hibiken) and [Contributors](https://github.com/hibiken/asynq/graphs/contributors). `Asynq` is free and open-source software licensed under the [MIT License](https://github.com/hibiken/asynq/blob/master/LICENSE). Official logo was created by [Vic Shóstak](https://github.com/koddr) and distributed under [Creative Commons](https://creativecommons.org/publicdomain/zero/1.0/) license (CC0 1.0 Universal).
|
||||
|
Loading…
x
Reference in New Issue
Block a user