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