increase concurrent execution limit and add performance testing script
This commit is contained in:
@@ -26,7 +26,7 @@ type ExecutionService struct {
|
||||
func NewExecutionService() *ExecutionService {
|
||||
log.Println("Initializing execution service with 3 concurrent workers")
|
||||
return &ExecutionService{
|
||||
queue: queue.NewJobQueue(3), // 3 concurrent executions max
|
||||
queue: queue.NewJobQueue(35), // 3 concurrent executions max
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user