Closed maxiar closed 7 months ago
I made some test.. I commented the FaceIT.Hangfire.Tags behavior, and neither shows the success or error response ...
How to do to show the real http response contents when a job run success or fail...
For example I hope this response when a jobs fails, same as postman output....
And then everything was success something like that:
Did I miss some configuration or some filter? What is your opinion?
Thanks in advanced.
what's your verion of Hangfire?
https://github.com/yuzd/Hangfire.HttpJob/issues/207#issuecomment-1922624177
I attached all hangfire.* package version...
Thanks!
Hi! Any news? Any workaround ?
i just released a new version, upgrade and try ~ please let me kown if this issue not solved
Hi! I Updated to the latest release, but this issue was not resolved.. :(
Updated versions:
<PackageReference Include="FaceIT.Hangfire.Tags.SqlServer" Version="1.9.0-beta.3" />
<PackageReference Include="Hangfire" Version="1.8.12" />
<PackageReference Include="Hangfire.Console" Version="1.4.3" />
<PackageReference Include="Hangfire.Console.Extensions" Version="1.0.5" />
<PackageReference Include="Hangfire.HttpJob" Version="3.8.5" />
<PackageReference Include="Hangfire.HttpJob.Client" Version="1.2.9" />
<PackageReference Include="Hangfire.MySqlStorage" Version="2.0.3" />
<PackageReference Include="Hangfire.PostgreSql" Version="1.20.5" />
<PackageReference Include="Hangfire.SQLite" Version="1.4.2" />
<PackageReference Include="MailKit" Version="4.5.0" />
Any idea?
could you test my sqlserver demo project ?
https://github.com/yuzd/Hangfire.HttpJob/tree/master/Test/TestSqlserver
Hi! I made a test, it's works success in your version and bad in mine:
Your...
Mine...
Something in my version is wrong... note that I'm using the FaceIT.TAG integration... but I already disabled it an continue working bad...
Any suggestion? Regards!
Fotgot it! I resolved! Simple Add this mising using, I'm an stupid! Sorry....
okay
Hi! I don't know what happens in the latest versions, that the httpjobs response is missing in the UI, please check the screenshot... I'm not sure if a issue of HttpJobs or the FaceIT.Hangfire.* .. Can you help me?