Skip to content

Tags: nightio/DtcQueueBundle

Tags

4.5.1

Fix a minor bug in ORM where if you created a job you later tried to …

…then run in the same process the status might

     not be reflected properly in the object, Refactored the EntityManager reset and related detection logic so that ODM doesn't pass through it (let me know if
     there's any issues there). Fix issues with Redis when there's no priority being set. Added a test for Redis without Priority.

4.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix issue mmucklo#55, was a serious bug in ORM (mmucklo#56)

* fix issue mmucklo#55, was a serious bug in ORM

* fix parameter issue

* modify setParameter

4.4.1

update CHANGELOG

4.4.0

Merge branch 'master' of github.com:mmucklo/DtcQueueBundle

4.3.2

bug fix for when a job gets archived multiple times

4.3.1

fix Issue mmucklo#36 for now, hopefully

4.3.0

update changelog

4.2.0

Merge branch 'master' of github.com:mmucklo/DtcQueueBundle

4.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Attempt to fix bin/console dtc:queue:count for all job types, Prune S…

…talled button (mmucklo#40)

* Attempt to fix bin/console dtc:queue:count for all job types (issue mmucklo#39), plus add a Prune Stalled button on the Running Jobs page

* make method protected

* update CHANGELOG for 4.1.0 release

* a few bug fixes for issues found in testing

* cs-fixes

* fix wording

4.0.3

Error -> Exception