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

Execute Queries in RQ #4413

Merged
merged 28 commits into from
Dec 30, 2019
Merged

Execute Queries in RQ #4413

merged 28 commits into from
Dec 30, 2019

Commits on Nov 13, 2019

  1. Configuration menu
    Copy the full SHA
    ed925d5 View commit details
    Browse the repository at this point in the history
  2. move differences from Worker to helper methods to help make the speci…

    …alization clearer
    Omer Lachish committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    859fe2a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. move HardLimitingWorker to redash/tasks

    Omer Lachish committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    d120100 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into hard-time-limit

    Omer Lachish committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    86b9075 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. move schedule.py to /tasks

    Omer Lachish committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    1fa6abf View commit details
    Browse the repository at this point in the history
  2. explain the motivation for HardLimitingWorker

    Omer Lachish committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    1251b9b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. pleasing CodeClimate

    Omer Lachish committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    4ae624b View commit details
    Browse the repository at this point in the history
  2. pleasing CodeClimate

    Omer Lachish committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    9cfd453 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. port query execution to RQ

    Omer Lachish committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    9c855cb View commit details
    Browse the repository at this point in the history
  2. get rid of argsrepr

    Omer Lachish committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    0c8f0b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. avoid star imports

    Omer Lachish committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    768f0f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Merge branch 'master' into execute-query-in-rq

    Omer Lachish committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    916557d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'hard-time-limit' into execute-query-in-rq

    Omer Lachish committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    5983541 View commit details
    Browse the repository at this point in the history
  3. allow queries to be cancelled in RQ

    Omer Lachish committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    edd656f View commit details
    Browse the repository at this point in the history
  4. return QueryExecutionErrors as job results

    Omer Lachish committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    1d8af9c View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. fix TestTaskEnqueue and QueryExecutorTests

    Omer Lachish committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    a96ee82 View commit details
    Browse the repository at this point in the history
  2. remove Celery monitoring

    Omer Lachish committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    37a74ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faf5166 View commit details
    Browse the repository at this point in the history
  4. Revert "remove Celery monitoring"

    This reverts commit 37a74ea.
    Omer Lachish committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    66f3db9 View commit details
    Browse the repository at this point in the history
  5. reduce occurences of the word 'task'

    Omer Lachish committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    045cb96 View commit details
    Browse the repository at this point in the history
  6. use Worker, Queue and Job instead of spreading names that share behav…

    …ior details
    Omer Lachish committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    d486cbb View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. remove locks for failed jobs as well

    Omer Lachish committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    8b1a471 View commit details
    Browse the repository at this point in the history
  2. did I not commit that colon? oh my

    Omer Lachish committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    75bbbf8 View commit details
    Browse the repository at this point in the history
  3. push the redis connection to RQ's stack on every request to avoid ver…

    …bose connection setting
    Omer Lachish committed Dec 5, 2019
    8 Configuration menu
    Copy the full SHA
    0637080 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. use a connection context for tests

    Omer Lachish committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    f086b81 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. black it up

    Omer Lachish committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    fd3417b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into execute-query-in-rq

    Omer Lachish committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    d71eff5 View commit details
    Browse the repository at this point in the history
  3. run RQ on all queues when running in Cypress

    Omer Lachish committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    33af0b3 View commit details
    Browse the repository at this point in the history