Тёмный

Background Tasks Without a Separate Service: Hangfire for ASP.NET 

JetBrains
Подписаться 204 тыс.
Просмотров 43 тыс.
50% 1

Опубликовано:

 

14 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии    
@mattdgroves
@mattdgroves 4 года назад
Thank you so much for joining, asking questions, and checking out this video here on youtube :)
@hsa3409
@hsa3409 4 года назад
Thank you for the good overview. Are you planning to make your code public?
@d1sposablexhero
@d1sposablexhero 4 года назад
Thank you for posting this video! Starting to work with Hangfire for my job and this was a great introduction to how it works!
@JetBrainsTV
@JetBrainsTV 4 года назад
You're welcome!
@mikejaros5032
@mikejaros5032 3 года назад
Just starting to learn Hangfire. Nice explanation.
@JetBrainsTV
@JetBrainsTV 3 года назад
Glad it was helpful!
@argniests5357
@argniests5357 3 года назад
Thanks for info. Can you explain what happens to your hangfire jobs, if the IIS machine that is hosting the website, crashes, gets restarted for any reason? And what if the IIS machine is running fine, but the MSSQL server goes down without warning? Do you have recommendations on how to recover from those situations? It seems to me, that hangfire is 100% counting on the Application pool that is hosting the web site (that has hangfire enabled in it) to be up and running 100% of the time. And if not, then hangfire cannot process the jobs....is that correct? So, basically if IIS is down, so is hangfire.
@shashwatdoshi
@shashwatdoshi 3 года назад
Should I get the source code link? I want to check for reference.
@robl39
@robl39 8 месяцев назад
There is a NuGet package that allows you to use in memory as the job store instead of a persistent solution like sql server
@sofiandaghsen343
@sofiandaghsen343 Год назад
Thanks !
@SLHooLigON
@SLHooLigON 2 года назад
Good Explanation.
@SatyajitDey
@SatyajitDey 4 года назад
Code link is missing. Can you please add that?
@argniests5357
@argniests5357 3 года назад
One other question, so is hangfire running in a non UI thread (background thread) in the asp.net web application? I believe that is what is going on with it. So therefore it doesnt ever block the UI.
@SaiKumar-gp3kb
@SaiKumar-gp3kb Год назад
Does hangfire support kerberos authentication?
@MrManassingh
@MrManassingh 4 года назад
Hi Matthew, Can you pls tell if i want to return other class properties how it can be returned through BackgroundJob.Enqueue(). Or it just only returns the job id ? Can we use any other method of hangfire which can return all class properties of method which we are calling ?
@BenHayat
@BenHayat 4 года назад
Link to the code please.
@tamjidsarker3676
@tamjidsarker3676 4 года назад
Good explanation. It will be better sharing the source code with us. Could you please share the source code?
@OeHomestead
@OeHomestead 2 года назад
Quartz.net is just as easy to use as Hangfire, if not easier.
@robg112
@robg112 2 года назад
Quartznet does not have a UI for monitoring/reporting the jobs?