Hangfire.MemoryStorage
Hangfire.MemoryStorage copied to clipboard
HangFire.Console
Hello
I tried to use HangFire.Console to log items to the console. However with the HangFire.MemoryStorage no items showed up in the Processing tab of the job. Does MemoryStorage work with the HangFire.Console extension?
Regards, Simon
Hi, Seems that the console should be provider agnostic. As nothing is required by the console plugin, maybe it's a plugin issue ?
When I use the SQL storage it works but when I use your storage mechanism it doesn't work. I am running it inside an ASP.Net Core Web application. The web application runs perfectly adding and running jobs without any issues. I prefer your method as it does not add a million tables to my database.
Regards Simon
Get Outlook for Androidhttps://aka.ms/ghei36
From: Florian [email protected] Sent: Saturday, November 24, 2018 8:54:57 AM To: perrich/Hangfire.MemoryStorage Cc: Simon Murrell; Author Subject: Re: [perrich/Hangfire.MemoryStorage] HangFire.Console (#25)
Hi, Seems that the console should be provider agnostic. As nothing is required by the console plugin, maybe it's a plugin issue ?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/perrich/Hangfire.MemoryStorage/issues/25#issuecomment-441348183, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AH7vpwRr4whvCciJeI87iuKrg76png47ks5uyO1BgaJpZM4YxDrt.
I found this article which reckons it could be on the MemoryStorage side. For me as I mentioned the memory storage is great as I don't need to storage indefinitely and don't need a million tables being created.
https://github.com/pieceofsummer/Hangfire.Console/issues/51
From: Florian [email protected] Sent: Saturday, 24 November 2018 08:55 To: perrich/Hangfire.MemoryStorage [email protected] Cc: Simon Murrell [email protected]; Author [email protected] Subject: Re: [perrich/Hangfire.MemoryStorage] HangFire.Console (#25)
Hi, Seems that the console should be provider agnostic. As nothing is required by the console plugin, maybe it's a plugin issue ?
You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/perrich/Hangfire.MemoryStorage/issues/25#issuecomment-441348183, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AH7vpwRr4whvCciJeI87iuKrg76png47ks5uyO1BgaJpZM4YxDrt.
@perrich I just set up Hangfire with memory storage and console both running in the same project. There was probably a configuration error and not a problem with this library.
Hi guys, sorry to necro an old issue but I am having the same drama. In an ASP.net core MVC application we use Hangfire's memory storage in development mode and no console appears in the dashboard when using MemoryStorage.
Hey @tylerjwatson I'm not a contributor to the repo but would be happy to help if I can. Could you get a repo up on GitHub that reproduces your issue? Or provide all your startup code here?
Same issue on my side. Any news ?