Pop a job from the queue
@override Future<Job?> pop(String queue) async { return _syncQueue.pop(queue); }