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

Unable to create a Enqueue Job #154

Open
coderaize opened this issue Oct 14, 2024 · 10 comments
Open

Unable to create a Enqueue Job #154

coderaize opened this issue Oct 14, 2024 · 10 comments

Comments

@coderaize
Copy link

image

Am i missing something

@marcoCasamento
Copy link
Owner

which version are you using ?

@coderaize
Copy link
Author

1.9.3 ^

@marcoCasamento
Copy link
Owner

marcoCasamento commented Oct 16, 2024 via email

@coderaize
Copy link
Author

Whenever I try to trigger the recurring job manually.
This exception is thrown.

image

@coderaize
Copy link
Author

coderaize commented Nov 8, 2024

Packages

<PackageReference Include="Hangfire.Redis.StackExchange" Version="1.9.3" />

<PackageReference Include="Hangfire.AspNetCore" Version="1.8.14" />
<PackageReference Include="Hangfire.Core" Version="1.8.14" />

@coderaize
Copy link
Author

Startup Configuration
image

@marcoCasamento
Copy link
Owner

I believe this is the same error as #148; it has been solved, but there was some merge problem while preparing the release and I had to unlist ver 1.9.5. I fear I'm stuck until that problem get solved.
If you're willing to help, you can try the latest version from the master branch and see if together can solve the problems that will arise.
Otherwise, you can try the attached version I build some time ago to solve another problem where I cherry picked some commits.
Hangfire.Redis.StackExchange.zip. Use it at your own risk, I can't provide support.

@coderaize
Copy link
Author

coderaize commented Nov 13, 2024

same error on attached zip.
and also i tried with the 1.9.4
it giving the same error.

If anything i can help with. please let me know.

@coderaize
Copy link
Author

coderaize commented Nov 13, 2024

I debugged using the master repo.

image

If any value in storedParameters has null, it will throw this Exception.

So better to add exception message so its easily traceable as which value was provided null.

@marcoCasamento
Copy link
Owner

and what key(s) was holding null ?

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