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

Add distributed runner for running actions #472

Open
Tracked by #473
mostafa opened this issue Mar 2, 2024 · 0 comments
Open
Tracked by #473

Add distributed runner for running actions #472

mostafa opened this issue Mar 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mostafa
Copy link
Member

mostafa commented Mar 2, 2024

The idea is to have a runner as a subcommand like gatewayd runner run or gatewayd worker run that can subscribe to the queue (#464) via multiple subscribers and run async actions upon consumption of new messages off the queue, possibly publishing the results to the same queue.

The same command should be able to list running (async) actions using gatewayd runner list --running/--queued and be able to cancel them using gatewayd runner cancel <id>.

Related issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant