Skip to content

Commit

Permalink
Update client.cfg
Browse files Browse the repository at this point in the history
Update client configuration to output appropriate return codes for failures.
  • Loading branch information
pysysops authored Aug 31, 2016
1 parent 1779734 commit b2524f5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions etc/luigi/client.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,13 @@
default-scheduler-host: luigid
default-scheduler-port: 8082
default-scheduler-url: http://luigid:8082/

[retcode]
# The following return codes are the recommended exit codes for Luigi
# They are in increasing level of severity (for most applications)
already_running=10
missing_data=20
not_run=25
task_failed=30
scheduling_error=35
unhandled_exception=40

0 comments on commit b2524f5

Please sign in to comment.