Paweł Gontarz
Paweł Gontarz
## Description Mark transaction registry record as failed, upon query failure, only for non-recoverable status codes. Created to trigger discussion. ## Pull request type Please check the type of change...
**Is your feature request related to a problem? Please describe.** Today, when proxied requests to specific shard fail we simply fail the client request, even if the failure happens due...
## Description Currently we don't have any security mechanism for cache for too big payloads. We should introduce some mechanism to secure that, detect ```payloads > MAX_SIZE``` and omit saving...
## Motivation In order to support parallel CI executions we need to improve current testing framework to have randomised ports for Clickhouse and Redis. ## Specifics All the tests rely...
Hello, I am having some issues in using the plugin for gantt with days exclusion. Example: ``` gantt dateFormat YYYY-MM-DD title Topic excludes weekdays saturday,sunday section Timeline Task :crit, spawn,...
**Describe the bug** In the issue #224 it's explained that failed transactions are kept for time **t** after concurrent queries are completed. It can be problematic if the error is...