feat: migrate feeds worker to next api #4021
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
🤖[deprecated] Generated by Copilot at 687dddc
This pull request refactors and simplifies the feed provider and algorithm modules for the hey and k3l providers, and moves them from the workers package to the api package. It also replaces the deprecated feeds gateway with a new API endpoint
/feed/getPublicationIds
that returns publication IDs based on the feed parameters. It removes unused files, imports, parameters and constants related to the feeds gateway and the workers package.Related issues
Fixes # (issue)
Type of change
Explanation of the changes
🤖[deprecated] Generated by Copilot at 687dddc
/feed/getPublicationIds
to return publication IDs based on feed parameters (link)env
parameter (link, link, link, link, link, link, link)heyFeed
module to use relative imports, remove unusedenv
parameter, and remove default case (link)packages/workers/feeds
toapps/api/utils/feeds
(link, link, link)packages/workers/feeds
(link, link, link, link, link, link, link)lib
module to use new API URL and endpoint for getting publication IDs (link, link)Emoji
🚀♻️🔥