Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.12 KB

File metadata and controls

20 lines (14 loc) · 1.12 KB

Go Report Card Build Status Docker Pulls Slack Twitter

taskqueue

TaskQueue is a Kubernetes controller that manages a queue of tasks. It is designed to be used task processing system by mainting a queue with max concurrent task at a time.

Deploy into a Kubernetes Cluster

You can deploy TaskQueue using Helm chart found here.

helm repo add appscode https://charts.appscode.com/stable/
helm repo update

helm install taskqueue appscode/taskqueue