Closed (fixed)
Project:
Advanced Queue
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2021 at 10:53 UTC
Updated:
2 Sep 2022 at 10:52 UTC
Jump to comment: Most recent
Comments
Comment #3
joachim commentedComment #4
bojanz commentedWhat are those circumstances?
Comment #5
jcnventuraI'd guess stage environments where you want to be able to test without running the risk that the queue processing will actually do something.
Comment #6
joachim commentedIIRC it was that the project didn't want Commerce License to send out expiry emails, and there's no admin setting for that, so the simplest thing was to make the queue for those email jobs just throw them away.
Comment #8
bojanz commentedOkay then, let's do this.
Sorry for the long wait, joachim.
Comment #10
jsacksick commentedNote that this introduced phpcs violations that I just fixed as part of https://git.drupalcode.org/project/advancedqueue/-/commit/c469ed33352008.... (unused use statements for exsample).