-
Notifications
You must be signed in to change notification settings - Fork 15
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: edk/resque-round-robin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ggtracker/resque-round-robin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 5 files changed
- 3 contributors
Commits on Nov 5, 2012
-
Replace call to present? with non-rails equivalent.
Also bump the version to 0.1.3.
Jack Veenstra committedNov 5, 2012 Configuration menu - View commit details
-
Copy full SHA for 647b90e - Browse repository at this point
Copy the full SHA 647b90eView commit details -
Fair round-robin scheduling of jobs.
This fixes a bug with picking jobs fairly when there are some empty queues. For example, suppose queues A, and B are empty, while C and D each have 4 jobs. Before this change, the scheduler would start searching at queue A and eventually pick a job from C. Then it would start searching from B and pick another job from C. Then it would start searching at C and pick a job from C. Finally it would start searching from D and pick a job from D. So the jobs would be executed in the order: C, C, C, D, C, D, D, D. But we would like fair scheduling where the jobs alternate between C and D. To fix this bug, the code starts the next search from the next queue that follows the one from which we took the last job. Also bump the version number to 0.1.4.
Jack Veenstra committedNov 5, 2012 Configuration menu - View commit details
-
Copy full SHA for 7690038 - Browse repository at this point
Copy the full SHA 7690038View commit details
Commits on Nov 18, 2012
-
Configuration menu - View commit details
-
Copy full SHA for df2a37a - Browse repository at this point
Copy the full SHA df2a37aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82e590e - Browse repository at this point
Copy the full SHA 82e590eView commit details -
Merge branch 'fair-round-robin' of https://github.com/veenstra/resque…
…-round-robin Conflicts: lib/resque/plugins/round_robin/version.rb
Configuration menu - View commit details
-
Copy full SHA for 576fbd1 - Browse repository at this point
Copy the full SHA 576fbd1View commit details
Commits on Nov 19, 2012
-
Configuration menu - View commit details
-
Copy full SHA for d47fcd4 - Browse repository at this point
Copy the full SHA d47fcd4View commit details
Commits on Dec 10, 2012
-
reserve configurably returns nil if a named queue has more than a con…
…figurable number of jobs in it
Configuration menu - View commit details
-
Copy full SHA for b62a2e9 - Browse repository at this point
Copy the full SHA b62a2e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fe6c9f - Browse repository at this point
Copy the full SHA 6fe6c9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09b1fdd - Browse repository at this point
Copy the full SHA 09b1fddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23799d2 - Browse repository at this point
Copy the full SHA 23799d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 766d636 - Browse repository at this point
Copy the full SHA 766d636View commit details
Commits on Dec 14, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 62b48dc - Browse repository at this point
Copy the full SHA 62b48dcView commit details
Commits on Apr 25, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 7782bf4 - Browse repository at this point
Copy the full SHA 7782bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4437c9 - Browse repository at this point
Copy the full SHA f4437c9View commit details
Commits on Apr 26, 2013
-
Configuration menu - View commit details
-
Copy full SHA for bb01105 - Browse repository at this point
Copy the full SHA bb01105View commit details
Commits on Apr 29, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 72a4637 - Browse repository at this point
Copy the full SHA 72a4637View commit details
Commits on May 2, 2013
-
Configuration menu - View commit details
-
Copy full SHA for d073ea5 - Browse repository at this point
Copy the full SHA d073ea5View commit details
Commits on May 3, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 3d5f602 - Browse repository at this point
Copy the full SHA 3d5f602View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master