You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Currently, the ProjectionExecutionTimeout setting, which controls the allowed execution time for projection scripts, cannot be modified directly via the gRPC client. This setting is critical for managing projection behavior, especially in scenarios where complex projections or high-load environments require a longer timeout.
Feature Request: Add support to the gRPC client to allow updating the ProjectionExecutionTimeout for projections. This would provide developers with more control over projection configurations, enabling them to modify the timeout dynamically via client-side code, without having to do it manually for each projection from the ESDB UI projection config tab
Expected Behavior:
Users should be able to set or modify the ProjectionExecutionTimeout value for a given projection through the gRPC client API.
This setting should be adjustable per projection or globally for all projections managed via the client.
Use Case: In environments where projections require more processing time, users need the ability to set a higher timeout to prevent projections from faulting due to timeouts. Allowing this setting to be configured programmatically via the gRPC client would improve flexibility and prevent interruptions in long-running projection tasks.
Environment:
EventStoreDB Version: 23.10.1
Additional Information: This feature would be particularly beneficial in scenarios where projections need to be managed dynamically, as it allows developers to handle different environments and workloads without changing the server configuration files.
The text was updated successfully, but these errors were encountered:
Description: Currently, the ProjectionExecutionTimeout setting, which controls the allowed execution time for projection scripts, cannot be modified directly via the gRPC client. This setting is critical for managing projection behavior, especially in scenarios where complex projections or high-load environments require a longer timeout.
Feature Request: Add support to the gRPC client to allow updating the ProjectionExecutionTimeout for projections. This would provide developers with more control over projection configurations, enabling them to modify the timeout dynamically via client-side code, without having to do it manually for each projection from the ESDB UI projection config tab
Expected Behavior:
Users should be able to set or modify the ProjectionExecutionTimeout value for a given projection through the gRPC client API.
This setting should be adjustable per projection or globally for all projections managed via the client.
Use Case: In environments where projections require more processing time, users need the ability to set a higher timeout to prevent projections from faulting due to timeouts. Allowing this setting to be configured programmatically via the gRPC client would improve flexibility and prevent interruptions in long-running projection tasks.
Environment:
EventStoreDB Version: 23.10.1
Additional Information: This feature would be particularly beneficial in scenarios where projections need to be managed dynamically, as it allows developers to handle different environments and workloads without changing the server configuration files.
The text was updated successfully, but these errors were encountered: