Page MenuHomePhorge

Move wallet processing to a background queue
ClosedPublic

Authored by mollekopf on Tue, Feb 25, 9:23 AM.

Details

Reviewers
machniak
Group Reviewers
Restricted Project
Commits
rKd2d744002396: Move wallet processing to a background queue

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mollekopf created this revision.
mollekopf added a reviewer: Restricted Project.Tue, Feb 25, 9:24 AM

Currently untested, do we need test adjustments?

machniak subscribed.

We can assert the queue in tests. Maybe add one assertion in tests/Feature/Jobs/WalletCheckTest.php

I think you need to add the queue to config/horizon.php.

This revision now requires changes to proceed.Tue, Feb 25, 9:28 AM

That assertion would be $this->assertSame(WalletCheck::QUEUE, $job->queue);.

Define queue in horizon.php, added test

This revision is now accepted and ready to land.Tue, Feb 25, 6:11 PM