Returns the number of pending jobs in the queue.
queue
@override Future<int> size([String queue = 'default']) async => _queue(queue).length;