Skip to content

Commit

Permalink
Merge pull request #39 from sbruggmann/issue-38
Browse files Browse the repository at this point in the history
BUGFIX: Reported in Issue #38 - Add missing Cache Object Configuration
  • Loading branch information
daniellienert authored Sep 10, 2018
2 parents d5e2f97 + 83f9eb0 commit defdbcd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Configuration/Objects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,13 @@ Flowpack\JobQueue\Common\Command\JobCommandController:
arguments:
1:
value: FlowPackJobQueueCommon_MessageCache

Flowpack\JobQueue\Common\Queue\FakeQueue:
properties:
messageCache:
object:
factoryObjectName: Neos\Flow\Cache\CacheManager
factoryMethodName: getCache
arguments:
1:
value: FlowPackJobQueueCommon_MessageCache

0 comments on commit defdbcd

Please sign in to comment.