ivan
ivan
In hackney version 1.3.1 they've reduced the default `recv_timeout` from infinity to 5s ([source](https://github.com/benoitc/hackney/blob/master/NEWS.md)) So, if you use `Tesla.Middleware.Timeout` with timeout bigger than 5s hackney will timeout regardless of your...
## Changes Currently, the registration progress is tracked by a single `is_registered` boolean field in the `users` table. It is set to `true` when the registration is finished - email...
## Changes The registration progress is currently stored in two boolean variables: - `is_registered` - `true` if the registration process has finished (verified email, google oauth passedd successfully) - `first_login`...
## Changes ## Ticket ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have made corresponding changes to the documentation -...
## Changes ## Ticket ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have made corresponding changes to the documentation -...
## Changes - Add batching to the export to kafka and do not export events 1 by 1 - Add concurrently fetching data from Intercom API. ## Ticket ## Checklist:...
## Changes When `getMetric` or `getSignal` is called, also add the selector to the fields in the API call data. because the following is possible: ```graphql { getMetric(metric: "price_usd"){ a:...
## Changes ## Ticket ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have made corresponding changes to the documentation -...