Re: [apache/incubator-teaclave] Is task execution concurrent? (#425)

2020-10-14 Thread gjj
> You can start more execution services, that is to say, providing more > function workers. Is to add another teaclave execution service = = > teaclave-execution-service2 (expose:17771) in docker-compose-ubuntu-1804.yml file 。 Then `docker-compose -f docker-compose-ubuntu-1804.yml start

Re: [apache/incubator-teaclave] Is task execution concurrent? (#425)

2020-10-13 Thread gjj
> services ok i'll try -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/425#issuecomment-708148266

Re: [apache/incubator-teaclave] Is task execution concurrent? (#425)

2020-10-13 Thread Mingshen Sun
You can start more execution services, that is to say, providing more function workers. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/425#issuecomment-708147647

[apache/incubator-teaclave] Is task execution concurrent? (#425)

2020-10-13 Thread gjj
Now I have a task that takes a long time to execute. If I submit other tasks that do not take a long time, they will affect each other. The task that was not executed for a long time will take a long time to complete So is there a configuration to configure concurrent execution of tasks? --