Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing HttpJobs Results on UI [Updated] #208

Closed
maxiar opened this issue Feb 1, 2024 · 11 comments
Closed

Missing HttpJobs Results on UI [Updated] #208

maxiar opened this issue Feb 1, 2024 · 11 comments

Comments

@maxiar
Copy link

maxiar commented Feb 1, 2024

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
Copy link
Author

maxiar commented Mar 26, 2024

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.

@maxiar maxiar changed the title Missing HttpJobs Results on UI Missing HttpJobs Results on UI [Updated] Mar 26, 2024
@yuzd
Copy link
Owner

yuzd commented Mar 27, 2024

what's your verion of Hangfire?

#207 (comment)

@maxiar
Copy link
Author

maxiar commented Mar 29, 2024

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

Thanks!

@maxiar
Copy link
Author

maxiar commented Apr 17, 2024

Hi! Any news? Any workaround ?

@yuzd
Copy link
Owner

yuzd commented Apr 18, 2024

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

@maxiar
Copy link
Author

maxiar commented Apr 22, 2024

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
Copy link
Owner

yuzd commented Apr 22, 2024

could you test my sqlserver demo project ?

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

@maxiar
Copy link
Author

maxiar commented Apr 23, 2024

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
Copy link
Owner

yuzd commented Apr 24, 2024

HangfireIO/Hangfire#2308

disable tag

@maxiar
Copy link
Author

maxiar commented Apr 30, 2024

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

image

@yuzd
Copy link
Owner

yuzd commented Apr 30, 2024

okay

@yuzd yuzd closed this as completed Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants