1 | | Either add it to the Feed class in `Feed.__call__()` , or later on in `Feed.get_feed()` |
2 | | If that is not convenient for some reason (@alexmorozov care to elaborate on thread safe part, How this wont be thread safe?! I'm not an expert in this area) |
| 1 | ~~Either add it to the Feed class in `Feed.__call__()` , or later on in `Feed.get_feed()` |
| 2 | If that is not convenient for some reason (@alexmorozov care to elaborate on thread safe part, How this wont be thread safe?! I'm not an expert in this area)~~ Got it, `request` is a class attribute in our case. |