Push a job to the queue
@override Future<String> push(String queue, String payload) async { return _syncQueue.push(queue, payload); }