Replies: 1 comment
-
Are there any news on this? Is there any way to get the output of RunCommandMessage/RunProcessMessage that is handled asynchronously? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to run a series of long-running imports. I see that there is a RunCommandMessage class, which I thought sounded perfect. I set up messenger to handle it async
and then dispatched them
But when I run the consumer, I see no output or evidence that it's working:
Perhaps it's running in the background, or I need to do something to capture the output of the commands in order to display them when debugging my consumer.
Currently I write out a big batch file and hope it runs, but I'm exciting about getting this to work. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions