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

Dashboard, top menu, Recurring Jobs count is 0 on release 0.5.14. #173

Closed
provanguard opened this issue Jan 2, 2019 · 3 comments
Closed
Labels

Comments

@provanguard
Copy link

After updating to the latest release (0.5.14), I have noticed that the counter for Recurring Jobs in the Hangfire Dashboard always shows 0, even though there are jobs listed on the page and they seem to be executing. Is this related to code changes in the latest release?

@gottscj gottscj added the bug label Jan 2, 2019
gottscj pushed a commit that referenced this issue Jan 2, 2019
@gottscj
Copy link
Owner

gottscj commented Jan 2, 2019

@provanguard,

Its a bug introduced in 0.5.14, I missed updating a query for Recurring-Jobs which now uses a composite key.
We were also missing a unit test for this, so this is added in the PR

Thanks

gottscj added a commit that referenced this issue Jan 3, 2019
* Fix Recurring job count query (#173)

* Add unit test
gottscj added a commit that referenced this issue Jan 3, 2019
* Recurringjob count (#174)

* Fix Recurring job count query (#173)

* Add unit test

*  Fixes SetDto value invalid if value contains ':' (#175)  (#176)

* Fixes SetDto value invalid if value contains ':' (#175)

* Add migration for SetDto
Update SetDto composite key delimiter to not use ':'

* update mongo schema collections

* Add unit tests

* Update release info (#177)

* Update release info

* Update assembly info and sample projects
@gottscj
Copy link
Owner

gottscj commented Jan 3, 2019

@provanguard,

I have released v0.5.15, please go ahead and close this issue, when you have confirmed its been fixed.

Thanks!

@provanguard
Copy link
Author

The count has been fixed in the new release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants