yuzd / Hangfire.HttpJob

httpjob for Hangfire,restful api for Hangfire,job调度与业务分离
https://github.com/yuzd/Hangfire.HttpJob/wiki
MIT License
630 stars 186 forks source link

Missing HttpJobs Results on UI [Updated] #208

Closed maxiar closed 5 months ago

maxiar commented 8 months ago

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?

image
maxiar commented 6 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....

image

And then everything was success something like that:

image

Did I miss some configuration or some filter? What is your opinion?

Thanks in advanced.

yuzd commented 6 months ago

what's your verion of Hangfire?

https://github.com/yuzd/Hangfire.HttpJob/issues/207#issuecomment-1922624177

maxiar commented 6 months ago

I attached all hangfire.* package version... image

Thanks!

maxiar commented 5 months ago

Hi! Any news? Any workaround ?

yuzd commented 5 months ago

i just released a new version, upgrade and try ~ please let me kown if this issue not solved

maxiar commented 5 months ago

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?

yuzd commented 5 months ago

could you test my sqlserver demo project ?

https://github.com/yuzd/Hangfire.HttpJob/tree/master/Test/TestSqlserver

maxiar commented 5 months ago

Hi! I made a test, it's works success in your version and bad in mine:

Your...

image

Mine...

image

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!

yuzd commented 5 months ago

https://github.com/HangfireIO/Hangfire/issues/2308

disable tag

maxiar commented 5 months ago

Fotgot it! I resolved! Simple Add this mising using, I'm an stupid! Sorry....

image
yuzd commented 5 months ago

okay