Skip to content

Adds a trait for running and emptying queues.

This is nice when testing things like the message stack, or other queue-based operations.

The command to empty a queue is necessary for testing sites that might have hundreds of records ready to process in the db (as usual, this is not intended to run on an actual production site, so data loss is acceptable.)

Merge request reports