Get the number of pending jobs in a queue
@override Future<int> size(String queue) async { return _queues[queue]?.length ?? 0; }