Skip to content

Commit 86f703c

Browse files
committed
Populate InvocationData and LoadException in JobDetails
Relates to #2383
1 parent 03beb9f commit 86f703c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Hangfire.SqlServer/SqlServerMonitoringApi.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,8 @@ public override JobDetailsDto JobDetails(string jobId)
410410
CreatedAt = job.CreatedAt,
411411
ExpireAt = job.ExpireAt,
412412
Job = deserializedJob,
413+
InvocationData = payload,
414+
LoadException = exception,
413415
History = history,
414416
Properties = parameters
415417
};

0 commit comments

Comments
 (0)