mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-23 10:25:32 +01:00
* Move cncd/{logging,pubsub,queue}/ to server/{logging,pubsub,queue}/
* Update REAMDEs and include history
Co-authored-by: Anbraten <anton@ju60.de>
Co-authored-by: Anbraten <anton@ju60.de>
13 lines
320 B
Markdown
13 lines
320 B
Markdown
# queue package
|
|
|
|
Go package provides a common interface for working with task queues.
|
|
|
|
## History
|
|
|
|
This was originally published in: https://github.com/cncd/queue
|
|
Then it was included in: https://github.com/drone-ci/drone/cncd/queue
|
|
|
|
## Documentation:
|
|
|
|
https://godoc.org/github.com/woodpecker-ci/woodpecker/server/queue
|