Vitalik

Results 26 comments of Vitalik

Thanks, I was hoping that we could stay consistent across the ecosystem and be able to put retry functionality into the middleware layer (which tower is), [like for example in...

I agree, having to clone http request sounds like a big hustle. Can you explain why is it a bad idea to store request behind an Arc, making it clonable...

Got it, should we keep this conversation open and try to find a potential long term solution, or would you prefer to shelve it? Personally I think that aiming for...

Are you seeing this error persistently (e.g. workflow is getting blocked) or is it cleared after the retry?

After some investigation, I've found that the issue is happening because when workflow task times out and we replay the history ``` EVENT_TYPE_WORKFLOW_EXECUTION_STARTED EVENT_TYPE_WORKFLOW_TASK_SCHEDULED EVENT_TYPE_WORKFLOW_TASK_STARTED EVENT_TYPE_WORKFLOW_TASK_FAILED EVENT_TYPE_WORKFLOW_EXECUTION_TIMED_OUT ``` It creates...

Do we know what is our p99.9 for the cloud service calls (excluding long poll)? Maybe we should adjust the default and set it to a multiple of that as...

Thanks for reporting the issue and including a repro, we are going to look at it soon.

We need to do backwards compatibility for this one.

I think this is a valid feature request, I'll discuss with the team if we have good way to expose this information.

Can you explain your use case better? Is it possible that we need to permanently adjust log levels for some messages?