perrich / Hangfire.MemoryStorage

A memory storage for Hangfire.
Apache License 2.0
130 stars 43 forks source link

HangFire.Console #25

Open simonmurrell opened 5 years ago

simonmurrell commented 5 years ago

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

perrich commented 5 years ago

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

simonmurrell commented 5 years ago

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 notifications@github.com 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 commented 5 years ago

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 notifications@github.com Sent: Saturday, 24 November 2018 08:55 To: perrich/Hangfire.MemoryStorage Hangfire.MemoryStorage@noreply.github.com Cc: Simon Murrell simonm@isystems.co.za; Author author@noreply.github.com 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.

lukevp commented 5 years ago

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

tylerjwatson commented 4 years ago

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.

lukevp commented 4 years ago

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?

Naweap commented 1 year ago

Same issue on my side. Any news ?