-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27657/#review60186
-----------------------------------------------------------



src/main/python/apache/aurora/client/cli/cron.py
<https://reviews.apache.org/r/27657/#comment101531>

    When we create a job the message is:
    
      job create succeeded: job 
url=http://vagrant-ubuntu-trusty-64:8081/scheduler/vagrant/test/http-example
      
    We should probably use something similar here? E.g.
    
      cron job scheduled: job url=...



src/test/python/apache/aurora/client/cli/test_cron.py
<https://reviews.apache.org/r/27657/#comment101522>

    Fits on one line.


- Joshua Cohen


On Nov. 6, 2014, 2:14 a.m., Zameer Manji wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/27657/
> -----------------------------------------------------------
> 
> (Updated Nov. 6, 2014, 2:14 a.m.)
> 
> 
> Review request for Aurora and Bill Farner.
> 
> 
> Bugs: AURORA-857
>     https://issues.apache.org/jira/browse/AURORA-857
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> Print out the job url after scheduling a cron job.
> 
> 
> Diffs
> -----
> 
>   src/main/python/apache/aurora/client/cli/cron.py 
> 3416c8e1932056725880f2007b60d77112759428 
>   src/test/python/apache/aurora/client/cli/test_cron.py 
> f488432cd68cc68fab8fce968e8605625ea3f56a 
> 
> Diff: https://reviews.apache.org/r/27657/diff/
> 
> 
> Testing
> -------
> 
> ./pants build --timeout=60 src/test/python:all -vxs
> 
> ````
> vagrant@vagrant-ubuntu-trusty-64:~$ aurora2 cron schedule 
> devcluster/www-data/test/cron_hello_world 
> /vagrant/examples/jobs/cron_hello_world.aurora
> log(info): Registering job cron_hello_world with cron
> cron schedule created at 
> http://vagrant-ubuntu-trusty-64:8081/scheduler/www-data/test/cron_hello_world
> ````
> 
> 
> Thanks,
> 
> Zameer Manji
> 
>

Reply via email to