modulepackage
0.0.0-20170526171120-935a35b36a29
Repository: https://github.com/vkuznet/workqueue.git
Documentation: pkg.go.dev
# README
WorkQueue
Go-implementation of CMS DMWM WorkQueue
WorkQueue
WorkQueue is CMS DMWM component to schedule WMAgent jobs
Build
git clone [email protected]:vkuznet/WorkQueue.git
cd WorkQueue
make
Runnign the service
./workqueue -config config.json
Configuration
Here is an example of configuration file
{
"MetricsFile": "metrics.log",
"MetricsInterval": 60,
"Workers": 10,
"QueueSize": 10,
"FetchInteral": 60,
"RequestType": "new",
"CouchURL": "http://127.0.0.1:5984/",
"Port": 8888
}