Christian
Christian
## What is your feature request? Currently the Update Strategy is fixed to RollingUpdate (which is reasonable I think). What is missing is the specification of the rollingUpdate: ```yaml strategy:...
**What is your feature request?** In the Chart we currently don't have an option to add a lifecycle to the pods. These lifecycle hooks can be useful in a number...
**Remark** I am not sure if this is a loky Issue. It might be a pickle issue too. If you could point me in the right direction that would be...
Hi @cccs-eric, I found another one while reflecting our AD: The Token that we fetch at the beginning has only limited validity and there is currently no refresh-mechanism built in....
Sorry for the confusing headline, it's kind of hard to put in a sentence. I have a class Animal using generics: ```rust use serde::Serialize; use utoipa::{OpenApi, ToSchema}; fn get_schema>() ->...
### Is your feature request related to a problem? Please describe. I can't find a way to specify the task_queue for child workflows using the rust SDK ### Additional context...
Currently the `workflow_id` and `run_id` are not accessible from a workflow worker, as it can not be derived from the `temporal_sdk::WfContext`. ### Describe the solution you'd like Extract the information...
### Is your feature request related to a problem? Please describe. Implement `execute_workflow` similar to the Python SDK. ### Describe the solution you'd like Currently the Rust SDK offers the...
Currently the signature of the publish_event method of the client is: ```rust pub async fn publish_event( &mut self, ... ) -> Result ``` This requires Ownership of the client for...
Fixes: https://github.com/dapr/rust-sdk/issues/91 I had to change some imports to avoid ambiguous name errors I got, probably due to a new rust version. Feel free to remove them if this is...