temporalio / features

Behavior and history compatibility testing for Temporal SDKs
14 stars 17 forks source link

[Feature Request] Disable eager activities if task queue rate limits is set #405

Open Quinn-With-Two-Ns opened 10 months ago

Quinn-With-Two-Ns commented 10 months ago

Currently server does not properly rate limit eager activities. Until server can address this we have agreed to disable eager activities if the task queue rate limit is active

cretz commented 2 weeks ago

We hope in some future the server will allow these to work together: https://github.com/temporalio/temporal/issues/6800. But in the meantime, SDK needs to work around.