Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved Podcast#pull_all_episodes to a separate ActiveJob #2952 #2497 #3057

Merged
merged 2 commits into from Jun 6, 2019

Conversation

lightalloy
Copy link
Contributor

What type of PR is this? (check all applicable)

  • Refactor

Description

  • moved Podcast#pull_all_episodes to a separate ActiveJob
  • deleted unused PodcastFeed#get_all_episodes method

Related Tickets & Documents

#2952, #2497

@pr-triage pr-triage bot added the PR: unreviewed bot applied label for PR's with no review label Jun 6, 2019
Copy link
Contributor

@rhymes rhymes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@pr-triage pr-triage bot added PR: reviewed-approved bot applied label for PR's where reviewer approves changes and removed PR: unreviewed bot applied label for PR's with no review labels Jun 6, 2019
@benhalpern benhalpern merged commit 9751e84 into forem:master Jun 6, 2019
@pr-triage pr-triage bot added PR: merged bot applied label for PR's that are merged and removed PR: reviewed-approved bot applied label for PR's where reviewer approves changes labels Jun 6, 2019
@lightalloy lightalloy deleted the 2952-podcasts_aj branch June 7, 2019 10:13
benhalpern pushed a commit that referenced this pull request Jun 10, 2019
After #3057, that converts from Delayed::Job to ActiveJob, podcast episodes are fetched inline during seeding, which makes the seeding process painfully slow and most of the times unsuccessful.

This PR disables the fetching during seeding. Episodes can be fetched with `rails get_podcast_episodes` task if needed for local testing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: merged bot applied label for PR's that are merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants