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

Add delayedjob worker for thinking sphinx indexing #8218

Merged
merged 1 commit into from
Sep 1, 2019

Conversation

krauselukas
Copy link
Contributor

Thinking Sphinx indexing jobs should not be processed in parallel
since it can lead to conflicts between them.

Fixes #8208

@krauselukas krauselukas added Frontend Things related to the OBS RoR app Packages 📦 Things regarding our RPM packages Reference Server 🖥️ Things related to build.opensuse.org labels Aug 30, 2019
@codecov
Copy link

codecov bot commented Aug 30, 2019

Codecov Report

Merging #8218 into master will increase coverage by 0.65%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8218      +/-   ##
==========================================
+ Coverage   90.18%   90.83%   +0.65%     
==========================================
  Files         502      502              
  Lines       21453    21453              
==========================================
+ Hits        19347    19487     +140     
+ Misses       2106     1966     -140

Thinking Sphinx indexing jobs should not be processed in parallel
since it can lead to conflicts between them.

Fixes openSUSE#8208
Copy link
Contributor

@vpereira vpereira left a comment

Choose a reason for hiding this comment

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

Interesting... I liked it!

@hennevogel hennevogel merged commit fb65ab3 into openSUSE:master Sep 1, 2019
@krauselukas krauselukas deleted the issue_8208 branch September 26, 2019 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend Things related to the OBS RoR app Packages 📦 Things regarding our RPM packages Reference Server 🖥️ Things related to build.opensuse.org
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parallelization errors in the indexing jobs
6 participants