Get the number of pending jobs in a queue
@override Future<int> size(String queue) async { return _syncQueue.size(queue); }