Skip to content

Commit

Permalink
Merge pull request #45 from iron-io/fixes
Browse files Browse the repository at this point in the history
Add ScheduleId (schedule_id) to TaskInfo
  • Loading branch information
treeder committed Mar 31, 2015
2 parents 8d5ea73 + 125fd10 commit 5f7cc0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worker/methods.go
Expand Up @@ -64,6 +64,7 @@ type TaskInfo struct {
ProjectId string `json:"project_id"`
Status string `json:"status"`
Msg string `json:"msg,omitempty"`
ScheduleId string `json:"schedule_id"`
Duration int `json:"duration"`
RunTimes int `json:"run_times"`
Timeout int `json:"timeout"`
Expand Down

0 comments on commit 5f7cc0a

Please sign in to comment.