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

Add something #217

Closed
wants to merge 29 commits into from
Closed

Commits on Aug 13, 2017

  1. Configuration menu
    Copy the full SHA
    20af844 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. Configuration menu
    Copy the full SHA
    2267aac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from kenshoo/delayed_tasks_priority_queues

    SEARCH-28536 , fix defect in jesque when working in RESET_TO_HIGHEST_PRIORITY mode
    dvizelman authored Aug 17, 2017
    Configuration menu
    Copy the full SHA
    f8c5b8b View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2017

  1. Configuration menu
    Copy the full SHA
    d85fc13 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. Use separate schedulers for isAlive and requeueInactive jobs.

    Refactor lua scripts into one script providing all watchdog related functionality
    dvizelman committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    cb3e738 View commit details
    Browse the repository at this point in the history
  2. Break down watchdog acivate() to smaller functions

    Add recover from exception functionality to watchdog
    dvizelman committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    fab0091 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4fb112 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. Merge pull request #3 from kenshoo/lua_based_ack_implementation

    lua based ack implementation
    dvizelman authored Aug 24, 2017
    Configuration menu
    Copy the full SHA
    45f07bf View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2017

  1. Configuration menu
    Copy the full SHA
    bd8dbbc View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2017

  1. Configuration menu
    Copy the full SHA
    63e8ab9 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2017

  1. Merge pull request #5 from kenshoo/watchdog_jedis_pool

    Make watchdog working with jedis pool
    dvizelman authored Sep 6, 2017
    Configuration menu
    Copy the full SHA
    9a26725 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

  1. Configuration menu
    Copy the full SHA
    a141b7e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. Update FINISHED/FAILED recovery statuses immidiately after listener f…

    …inishs/fails , remove this update from heart beat process
    dvizelman committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    118615d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2017

  1. On workers restart check whether redis recovery process was interrupt…

    …ed and relaunch it if needed
    dvizelman committed Sep 10, 2017
    Configuration menu
    Copy the full SHA
    fddf9b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2017

  1. Configuration menu
    Copy the full SHA
    8005759 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. Configuration menu
    Copy the full SHA
    0767d1d View commit details
    Browse the repository at this point in the history
  2. Make WorkerImpl use dedicated ExceptionHandler in order to reload Wor…

    …ker's scripts after redis has been restarted; rename isAlive service to reportAlive
    dvizelman committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    2e0dc4b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. Merge pull request #6 from kenshoo/redis_restart_recovery_listener

    Introduce redis recovery listener
    dvizelman authored Sep 13, 2017
    Configuration menu
    Copy the full SHA
    6066f01 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2017

  1. Configuration menu
    Copy the full SHA
    3482c6e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. move push to queue to the lua script; save uniqness key in jobJson du…

    …ring push and use this information in inflight key removal and inflight key resubmit scripts
    dvizelman committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    3a0a7d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Configuration menu
    Copy the full SHA
    8aad2bd View commit details
    Browse the repository at this point in the history
  2. unique key would be generated in lua script based on the Job's class …

    …name and first argument
    dvizelman committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    fd15b9e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from kenshoo/jesque_job_uniqueness

    job uniqueness plugin mechanism
    nanimrod authored Sep 19, 2017
    Configuration menu
    Copy the full SHA
    0c6ac00 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2017

  1. Configuration menu
    Copy the full SHA
    4cf5a6a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from kenshoo/move_resubmit_to_finally

    Do not run both remove in flight keys and resubmit in flight key
    nanimrod authored Sep 25, 2017
    Configuration menu
    Copy the full SHA
    dc01bfe View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. Add logs to client (#10)

    * Add logs to client
    
    * Refine client logs
    
    * Refine client logs
    
    * Make client logs searchable more easily by prepending them by Jesque prefix
    dvizelman authored Nov 7, 2017
    Configuration menu
    Copy the full SHA
    a9d621e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Configuration menu
    Copy the full SHA
    988fe81 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from kenshoo/VolodymyrMudryk/setDateFormat

    Update jackson library
    mmarusich authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    d6905c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    9711c8e View commit details
    Browse the repository at this point in the history