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: tarantool/queue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ebf37f9
Choose a base ref
...
head repository: tarantool/queue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8a3bf9e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 3, 2020

  1. set the "tasks_by_state" method as optional

    Driver API was changed with the new requirement in 75c4708:
    the new method "tasks_by_state" must be defined in a queue
    driver now. We want to be user-friendly, so we allow user
    to work without implementing this method in the customer driver.
    
    Part of #126
    LeonidVas committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    66c9ca6 View commit details
    Browse the repository at this point in the history
  2. usability: add driver API check

    In addition to the core queue drivers, customer drivers are exists.
    In the commit a check for a driver API implementation was added.
    Now, the consumer will be informed about the missing methods in
    the driver implementation.
    
    Closes #126
    LeonidVas committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    8a3bf9e View commit details
    Browse the repository at this point in the history
Loading