Skip to content

Commit

Permalink
Merge pull request #884 from provectus/ISSUE-793_connector_stack_trace
Browse files Browse the repository at this point in the history
Fixed Stack Trace not showing up when connector fails
  • Loading branch information
Alex-Shirazi1 committed Oct 3, 2021
2 parents 683ab23 + 19f2db1 commit 81a6564
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,8 @@ components:
- UNASSIGNED
worker_id:
type: string
trace:
type: string

ConnectorStatus:
type: object
Expand All @@ -427,6 +429,8 @@ components:
- UNASSIGNED
worker_id:
type: string
trace:
type: string
tasks:
type: array
items:
Expand Down

0 comments on commit 81a6564

Please sign in to comment.