Base solution for your next web application

Activities of "jur.porras"

Question

Just get subscription from Hangfire.

Is there tutorial available setting up the Hangfire.Pro w/ Redis functionality into existing Hangfire of the aspnetzero?

Answer

Thanks for the info.

Im not sure if Redis already supported by zero, if not may i ask advise How do I setup redis with aspnet zero?

This is related to what i want to accomplished which is Hangfire.Pro.Redis functionality.

I use Hangfire for inserting data into database. The background process has insert query in loops. Notice that starting the hundred records onwards, the performance of inserts are getting slow and decreasing in speed.

Any advise how to optimize the process? I am preparing the code to support a 20 thousands records of inserts.

Thanks

Hello,

We noticed that on a specific date the query made by Hangfire hits a lot of request in database.

As can see in the screenshot, the query that runs most frequent has cause our sql db cost increased.

Currently, we are clueless how this happened as our background jobs are only running on a specified time daily.

Are you familiar of this?

Please see image screenshot.

Hi ismcagdas,

Do you mean emailing you to [email protected] the details of the job?

If so, what specific you want to know? I can share with you the whole code.

Thanks

Is there functionality in the system that allow the admin to activate user and bypass email verification of the newly registered/created user?

Hi,

Do you have instructions how to implement the App_Offline in aspnet zero?

Question

Good Day,

Is there a way in Asp Net Zero that controls the site to command it to become down or up.

For example, when building, publishing new update in the site, since there's a downtime in frontend, It would be nice if we can display a maintenance page informing site visitor that there's something happening in the system.

Maybe there's an angular way, such what had in asp net zero, App_Offline.htm. I wish this was already catered.

Looking forward for your response.

Regards, Jur

Attempting the login page in login, keeps on redirecting me on the same login page though credentials are confirmed correct.

Answer

I created workaround by using the the web.config of the frontend..

I put there a rewrite setting that will reditrect the page to my custom angular page whenever the frontend experiencing a internal server error.

Thanks

Showing 1 to 10 of 20 entries