Replies: 2 comments
-
hi @Valkozaur - if we posted a message on a queue, how would the client know that the message is there? wouldn't the client have to poll the queue? |
Beta Was this translation helpful? Give feedback.
-
You can implement your approach adding a "custom handler". In the service, you can add a custom handler, used to post a message in a queue that you own, if that helps your scenario. How to:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Context / Scenario
Hello, thank you for supporting kernel memory, it's a powerful service.
The question is regarding running the container as a separate service.
Question
I am wondering if the GetDocumentStatusAsync is the only way to know if a document is processed?
I thought that it might be possible to post a message on a queue once the document is processed, so we skip the polling of status.
I had a look through the code but I could not find anything that suggests that.
Beta Was this translation helpful? Give feedback.
All reactions