Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:2
-
Epic Link:
-
Team:Data Facility
Description
Currently Executor does not support any logging which makes tracking execution/debugging rather hard. The goal is to add a logger which would allow for easy monitoring of an Executor run.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link |
|
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Reviewers | Hsin-Fang Chiang [ hchiang2 ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
Team | Process Middleware [ 10206 ] | Data Facility [ 12219 ] |
Could you please look at the changes I made to implement logging in Executor?
For your convenience, here are setup steps if you feel like giving it a whirl (just remember to replace $DIR with actual path where you clone the repository to):
$ setup pipe_tasks
$ export PYTHONPATH="$PYTHONPATH:$DIR/Executor"
$ export PATH="$PATH:$DIR/Executor/bin"
$ execute -d job.json
Option -d (--dry-run) will make Executor just to log the events without actually running the task so you shouldn't need anything else (you can find job.json in project's example directory).