Skip to content

Latest commit

 

History

History
353 lines (295 loc) · 26.3 KB

CHANGELOG.md

File metadata and controls

353 lines (295 loc) · 26.3 KB

v3.8.2

Без теста, потому что тест писать это выносить count в аргумент, парсить из строки с дефолтом, тут еще mock редис... Сложно.

В тест тоже добавил, т.к. неизвестно очищается ли оттуда.

resque-scheduler требует версию resque >= 1.26

пришлось переписать тесты, т.к. в 4 рельсах из за констрейнов, невозможно тестирование провести, без подключения apress-domains с патченными роутами

  • Remove meta, meta should be only in unique job
  • Save priority value in args for allowing dequeue job

https://jira.railsc.ru/browse/USERS-421

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
Bundler could not find compatible versions for gem "resque":
  In Gemfile:
    apress-orders was resolved to 7.0.0, which depends on
      resque-integration (>= 1.5.0) was resolved to 1.14.0, which depends on
        resque (= 1.25.2)

    apress-orders was resolved to 7.0.0, which depends on
      resque-integration (>= 1.5.0) was resolved to 1.14.0, which depends on
        resque-scheduler (~> 4.0) was resolved to 4.2.1, which depends on
          resque (~> 1.26)

But silence_warnings not suspend warnings about Resque::Helpers because resque reports not use warnigns, and this warn still present if use silence_warnings

  • 2015-07-09 555f1f8 - (bibendi) Release 1.1.2

  • 2015-07-08 608be5c - (Simeon Movchan) fix: eager_load! application in worker setup https://jira.railsc.ru/browse/SERVICES-430

  • 2015-03-31 f28a754 - (bibendi) Release 1.1.1

  • 2015-03-31 d7b17da - (bibendi) Remove gem apress-gems

  • 2015-03-31 618418c - (bibendi) Run resque-status with CLI arguments

  • 2014-12-15 10906d6 - (bibendi) Release 1.1.0

  • 2014-12-15 0bdc244 - (bibendi) update apress-gems to 0.2.0

  • 2014-12-15 afa473a - (bibendi) remove resque-rails

  • 2014-11-28 3362b5e - (bibendi) Release 1.0.1

  • 2014-11-19 4713fb2 - (bibendi) fix(hooks): verify connections for rails 4x

  • 2014-11-13 66329ba - (bibendi) Release 1.0.0

  • 2014-11-10 78ffdd9 - (bibendi) add scheduler, retry, multy-job-forks

  • 2014-10-23 217ab60 - (bibendi) bump version to 0.4.4

  • 2014-10-23 ad37905 - (bibendi) connect to redis if has credentials in config file

  • 2014-04-07 3f05f83 - (Merkushin) bump version to 0.4.3

  • 2014-04-07 9d07f2e - (Merkushin) fix(tasks): rotation now depends on environment

  • 2014-04-04 1888006 - (Merkushin) bump version to 0.4.2

  • 2014-04-04 e698b35 - (Merkushin) update gem god to 0.13.4

  • 2014-04-03 22650e0 - (Merkushin) bump version to 0.4.1

  • 2014-04-03 42709d7 - (Merkushin) fix lookup for Rails const

  • 2014-04-01 d4edc0c - (Merkushin) bump version to 0.4.0

  • 2014-04-01 929e7dc - (Merkushin) отвязка god от релизных папок

  • 2014-01-09 fb69813 - (Merkushin) Version bump to 0.3.1

  • 2014-01-09 dd8679c - (Merkushin) rake task for logs rotation

  • 2013-12-18 6126234 - (Merkushin) Version bump to 0.3.0

  • 2013-12-18 16ad62b - (Merkushin) feature(logs): logs rotation

  • 2013-12-12 32a345d - (Merkushin) Version bump to 0.2.11

  • 2013-12-12 22a4912 - (Merkushin) fix(god) fast restart with nowait При рестарте не выключаем и включаем god, а подсовываем ему новую конфигу. Теперь при смене конфига больше нет необходимости дожидаться, пока длинные джобы будут завершены и только потом будут (пере)запущены очереди. Есть небольшой минус, глобальные опции, такие как pid_file_directory не будут перечитаны.

  • 2013-12-12 fb9a497 - (Merkushin) chore(git) ignore .idea

  • 2013-09-03 f9f5d9c - (Alexei Mikhailov) Version bump to 0.2.10

  • 2013-09-03 6cc57ab - (Merkushin) feature(hooks): reformat process name

  • 2013-09-03 27feb40 - (Меркушин Михаил) feature(hooks): детальное название процесса Для того, чтобы смотреть в top и сразу понимать, что за джоб жрёт память

  • 2013-08-29 15849c7 - (Alexei Mikhailov) Version bump to 0.2.9

  • 2013-08-29 da53254 - (Alexei Mikhailov) Explicitly set BUNDLE_GEMFILE for each worker

  • 2013-07-03 e4e8432 - (Alexei Mikhailov) Bump to version 0.2.8

  • 2013-07-03 87b113a - (Alexei Mikhailov) fix(resque-status): fix multi_json error when it choses ok_json adapter

  • 2013-06-19 4995e5f - (Alexei Mikhailov) Version bump to 0.2.7

  • 2013-06-19 9561852 - (Alexei Mikhailov) fix(continuous): keep meta_id unchanged between continuous jobs

  • 2013-06-18 58a67d8 - (Alexei Mikhailov) Version bump to 0.2.6

  • 2013-06-18 c729cd5 - (Alexei Mikhailov) Freeze resque at 1.23.0

  • 2013-06-18 a8623c3 - (Alexei Mikhailov) Version bump to 0.2.5

  • 2013-06-18 9e2c065 - (Alexei Mikhailov) Remove resque-multi-job-forks due to bugs

  • 2013-06-18 1a71f34 - (Alexei Mikhailov) More precise lock key generation

  • 2013-06-18 3b41525 - (Alexei Mikhailov) Fixed #33. rake resque:start теперь запускает resque при запущенном god

  • 2013-06-17 dd4c579 - (Alexei Mikhailov) Fixed #34. Workaround for capistrano deploys.

  • 2013-05-22 89da883 - (Alexei Mikhailov) Version bump to 0.2.4

  • 2013-05-22 414e467 - (Alexei Mikhailov) Generate lock_id from hash

  • 2013-04-30 c9507c5 - (Alexei Mikhailov) Version bump to 0.2.3

  • 2013-04-30 00afd0c - (Alexei Mikhailov) Auto-generated config is not changed between releases

  • 2013-04-29 9d37c1d - (Alexei Mikhailov) Version bump to 0.2.2

  • 2013-04-29 a90f674 - (Alexei Mikhailov) Fixed #29: Turn off Sinatra logging

  • 2013-04-27 8236ce5 - (Alexei Mikhailov) Version bump to 0.2.1

  • 2013-04-27 2904387 - (Alexei Mikhailov) Backport hooks behaviour from 1.24.1

  • 2013-04-18 99ed575 - (Alexei Mikhailov) Version bump to 0.2.0

  • 2013-04-18 caafd08 - (Alexei Mikhailov) Fixed #15; Fixed #16; God integration

  • 2013-04-12 ea17a78 - (Alexei Mikhailov) Fixed #14: log errors date/time

  • 2013-04-12 6adff6e - (Alexei Mikhailov) Fixed broken resque-status

  • 2013-04-11 7781357 - (Alexei Mikhailov) Bump version to 0.1.6

  • 2013-04-11 089df13 - (Alexei Mikhailov) Redis options are now passed directly to Redis constructor

  • 2013-04-10 12f5fc0 - (Alexei Mikhailov) Fixed #12: removed dependency from bundler in resque-status

  • 2013-04-09 f0f825c - (Alexei Mikhailov) Version bump to 0.1.5

  • 2013-04-09 7726900 - (Alexei Mikhailov) resque-multi-job-forks recovered + refactoring

  • 2013-04-08 3ee123e - (Alexei Mikhailov) Version bump to 0.1.4

  • 2013-04-08 49a2a0b - (Alexei Mikhailov) Revert reconnect hook for redis-3.x

  • 2013-04-08 dbd671b - (Alexei Mikhailov) Version bump to 0.1.3

  • 2013-04-08 10201e4 - (Alexei Mikhailov) Reestablish redis connection in each new fork

  • 2013-04-05 5274eeb - (Alexei Mikhailov) Version bump to 0.1.2

  • 2013-04-05 1cbacab - (Alexei Mikhailov) Parallel workers restart

  • 2013-04-04 913cbf8 - (Alexei Mikhailov) resque-failed-job-mailer integration

  • 2013-04-03 f0498d4 - (Alexei Mikhailov) Continuous jobs functionality

  • 2013-04-03 d0868bb - (Alexei Mikhailov) Rails resque initializer

  • 2013-04-02 83fcadb - (Alexei Mikhailov) Version bump to 0.1.0

  • 2013-04-02 ec7b4e5 - (Alexei Mikhailov) Конфигурирование переменных окружения

  • 2013-04-02 7e065be - (Merkushin) fix typo in file name

  • 2013-04-02 dcca754 - (Merkushin) fix typo in file name

  • 2013-04-01 5a7c801 - (Alexei Mikhailov) Uniquiness functions extracted to separate module

  • 2013-03-28 f9c47e6 - (Alexei Mikhailov) Initial commit

  • 2013-03-28 a2410e6 - (Alexei Mikhailov) Initial commit