Describe the problem
As part of #1301, we needed to add global and per-feed configurations to allow more flexibility in the feeds' processing.
Proposed solution
Tasks:
- Design SQL entities to model global configuration keys and per-feed configuration.
- Create a "configuration service" exposing a get_key Python function.
- Using the newly created configuration service, update the feed download process to add additional HTTP headers per specific feeds.
Alternatives you've considered
No response
Additional context
No response
Describe the problem
As part of #1301, we needed to add global and per-feed configurations to allow more flexibility in the feeds' processing.
Proposed solution
Tasks:
Alternatives you've considered
No response
Additional context
No response