mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 18:01:02 +00:00
e3499f610d
* pass context down to remote clients * make tests work * add ctx to Refresh() and use it * bitbucketserver * code format * plugin interface: add todo context * solve todo * RM TODO by using context.WithTimeout * refactor & fix * Apply suggestions from code review Co-authored-by: Anbraten <anton@ju60.de> * go fmt * Update server/remote/coding/coding.go Co-authored-by: Anbraten <anton@ju60.de> Co-authored-by: Anbraten <anton@ju60.de> |
||
---|---|---|
.. | ||
fifo.go | ||
fifo_test.go | ||
LICENSE | ||
queue.go | ||
README.md | ||
worker.go | ||
worker_test.go |
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