clamp-orchestrator / clamp-core

A microservices flow orchestrator and workflow manager.
https://clamp-orchestrator.github.io/clamp-orchestrator/
MIT License
9 stars 4 forks source link

move constants from env to constant file #22

Closed lohith46 closed 4 years ago

lohith46 commented 4 years ago

Need move constants from Env file to Constant file

lohith46 commented 4 years ago

Moved all these below constants to the utils package


const SyncStepType = "SYNC"
const ServiceRequestChannelSize = 1000
const ServiceRequestWorkersSize = 100
const ResumeStepResponseChannelSize = 1000
const ResumeStepResponseWorkersSize = 100
var MilliSecondsDivisor int64 = 1000000