Hangfire.MemoryStorage icon indicating copy to clipboard operation
Hangfire.MemoryStorage copied to clipboard

HangFire.Console

Open simonmurrell opened this issue 6 years ago • 7 comments

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

simonmurrell avatar Nov 23 '18 19:11 simonmurrell

Hi, Seems that the console should be provider agnostic. As nothing is required by the console plugin, maybe it's a plugin issue ?

perrich avatar Nov 24 '18 06:11 perrich

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.

simonmurrell avatar Nov 24 '18 07:11 simonmurrell

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.

simonmurrell avatar Nov 24 '18 07:11 simonmurrell

@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.

lukevp avatar Jul 01 '19 02:07 lukevp

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.

tylerjwatson avatar Jul 07 '20 08:07 tylerjwatson

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?

lukevp avatar Jul 07 '20 15:07 lukevp

Same issue on my side. Any news ?

Naweap avatar Sep 21 '22 07:09 Naweap