Nastia

Results 5 issues of Nastia

Otherwise, it causes a name conflict if API uses `http_method` parameter

According to [documentation](https://docs.microsoft.com/en-us/windows/apps/design/shell/tiles-and-notifications/push-request-response-headers#response-codes) Microsoft servers don't send 429, but sometimes they start sending 406, which basically means "try again later" as I see it. I'd rather receive `TooManyRequests` error instead...

**Description of the bug** When I am trying to run my app with a custom logger, the application fails to start with the following error: ``` myapp/lib/syslog/logger.rb:205:in `add': undefined method...

bug

I just faced the problem that sometimes I want to just re-enqueue a message without incrementing its retries count. To be more concrete: we use RabbitMQ for handling background jobs....

I was trying to define a clickhouse cluster with a database in it. Here's the example code: ``` resource "yandex_mdb_clickhouse_cluster" "my-click-cluster" { name = "my-click-cluster" environment = "PRODUCTION" ... }...

mdb
clickhouse