Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Concurrent Execution #112

Open
mutualtech opened this issue Sep 17, 2021 · 1 comment
Open

Disable Concurrent Execution #112

mutualtech opened this issue Sep 17, 2021 · 1 comment

Comments

@mutualtech
Copy link

Hi, I'm trying to find a way to disable the concurrent execution from only one actor. Is it possible ? Thank you

@Ecno92
Copy link

Ecno92 commented Dec 21, 2021

@mutualtech
You can try to publish the tasks to a specific queue and then you run a worker which listens to that queue with 1 process with 1 thread.

In that way it can not execute concurrently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants