You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by gjj <no...@github.com.INVALID> on 2020/10/14 02:35:00 UTC

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

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?

-- 
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

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

Posted by gjj <no...@github.com.INVALID>.
Closed #425.

-- 
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#event-3884425812

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

Posted by gjj <no...@github.com.INVALID>.
> 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)

Posted by Mingshen Sun <no...@github.com.INVALID>.
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

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

Posted by gjj <no...@github.com.INVALID>.
got it

-- 
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-709712913

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

Posted by gjj <no...@github.com.INVALID>.
> 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 teaclave-execution-service2`?


-- 
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-708199105