Skip to content
Permalink

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: elucid/resque-delayed
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mobilecommons/resque-delayed
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 27, 2017

  1. Update tasks.rb

    allow work to have it own 'fake_queue' attribute
    zioplox11 authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    0ad28e9 View commit details
    Browse the repository at this point in the history
  2. Update resque.rb

    pass in a queue name of your choice
    zioplox11 authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    96a8183 View commit details
    Browse the repository at this point in the history
  3. Update worker.rb

    add a 'fake_worker' attribute with setter
    zioplox11 authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    e15bc97 View commit details
    Browse the repository at this point in the history
  4. Update resque-delayed.rb

    add accessor to "@Queue"
    zioplox11 authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    bb33b7b View commit details
    Browse the repository at this point in the history
  5. Update worker.rb

    add explicit setter for queue
    zioplox11 authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    a5cf065 View commit details
    Browse the repository at this point in the history
  6. Update resque-delayed.rb

    explicit queue setter for resque-delayed module
    zioplox11 authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    af7c08f View commit details
    Browse the repository at this point in the history
  7. Update resque-delayed.rb

    class method
    zioplox11 authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    fdbab9d View commit details
    Browse the repository at this point in the history
  8. Update resque-delayed.rb

    module with class methods
    zioplox11 authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    5cb059e View commit details
    Browse the repository at this point in the history
  9. Update resque-delayed.rb

    delayed_queue vs future_queue
    zioplox11 authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    c542766 View commit details
    Browse the repository at this point in the history
  10. Update resque-delayed.rb

    delayed _queue
    zioplox11 authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    27415bd View commit details
    Browse the repository at this point in the history
  11. Update worker.rb

    worker's current queue is Delayed::Resque's delayed_queue
    zioplox11 authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    14f9e60 View commit details
    Browse the repository at this point in the history
  12. Update worker.rb

    explicit setter for queue
    zioplox11 authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    6ca7261 View commit details
    Browse the repository at this point in the history
  13. Update resque-delayed.rb

    set delayed_queue during job creation
    zioplox11 authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    5538ac9 View commit details
    Browse the repository at this point in the history
  14. Update tasks.rb

    add to correct queue
    zioplox11 authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    6ec1117 View commit details
    Browse the repository at this point in the history
Loading