You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>.
The idea is to have a runner as a subcommand like
gatewayd runner run
orgatewayd 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 usinggatewayd runner cancel <id>
.Related issue
The text was updated successfully, but these errors were encountered: