Skip to content
This repository has been archived by the owner on Jul 24, 2018. It is now read-only.

need a way to disable backends from the config #3

Closed
ralphbean opened this issue Jan 24, 2014 · 0 comments
Closed

need a way to disable backends from the config #3

ralphbean opened this issue Jan 24, 2014 · 0 comments

Comments

@ralphbean
Copy link
Contributor

Right now there is no way to turn off email or irc, for example when doing android development.

ralphbean added a commit that referenced this issue Jun 9, 2014
ralphbean added a commit to fedora-infra/fmn.web that referenced this issue Jun 9, 2014
ralphbean added a commit that referenced this issue Jan 20, 2015
I'm noticing a weird behavior at FMN after restart.  All the threads lock on
each other and do basically zero work as they wait for one of them to query
pkgdb for individual users one after another.  Thread #1 queries pkgdb for
ralph's packages and Threads 2-10 all wait for it to be done before moving on
to the next preference to check.

This should make each thread step through the preferences in a random order
each time.  This means that while Thread #1 queries pkgdb for ralph's packages,
Thread #2 will query pkgdb for pingou's packages, and Thread #3 will query
pkgdb for till's packages, ..etc.  (Eventually all those package owning
relationships get cached and we stop querying pkgdb).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant