Replace the "Queue" mechanism with deferred workers #839

Merged
annando merged 2 commits from replace-queue into develop 2019-04-04 16:46:04 +02:00
annando commented 2019-04-04 16:23:28 +02:00 (Migrated from github.com)

The "Queue" mechanism is some anachronism that we don't need anymore, since the worker can easily replace this functionality with less effort.

The "Queue" mechanism is some anachronism that we don't need anymore, since the worker can easily replace this functionality with less effort.
MrPetovan (Migrated from github.com) approved these changes 2019-04-04 16:44:52 +02:00
MrPetovan (Migrated from github.com) left a comment

Don't we need to remove the module class and the DB table?

Edit: Nevermind, I didn't see it was the addons.

Don't we need to remove the module class and the DB table? Edit: Nevermind, I didn't see it was the addons.
annando commented 2019-04-04 16:53:39 +02:00 (Migrated from github.com)

I have got a pending PR for the core as well - and a related question.

I have got a pending PR for the core as well - and a related question.
Sign in to join this conversation.
No description provided.