.NET 7 💥 - Intro to Background Services (Hangfire) with ASP.NET Core Web Api 🔥🔥🔥🔥🔥🔥

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

Комментарии • 21

  • @vitaliypenkov
    @vitaliypenkov 15 часов назад

    Great video! It took me a week of search to find, though. Well worth it!

  • @djaalabahmed2038
    @djaalabahmed2038 Год назад +1

    I just upload my background job to azure happy to see your video , keep going

  • @DK-vh5kt
    @DK-vh5kt 21 день назад

    Thank you for the great video, i was wondering how to add extra parameters or metadata to a job and retrieve the job by them later to perform a schedule ?

  • @huseyinemecen5508
    @huseyinemecen5508 9 месяцев назад +1

    Hello, I've been working on a project with Hangfire for a while, using an API that I exclusively employ for Hangfire. Within it, I have applications that run hourly, daily, every two hours, etc. I deploy my Hangfire project to IIS and configure all settings in IIS to prevent the application from shutting down. Hangfire works steadily for a certain period, but after a while, I encounter an error on the dashboard saying:
    "Hangfire - Recurring job can’t be scheduled, see inner exception for details"
    Triggering the job again makes it continue working, but after a certain time, the same error occurs. This post is open to anyone with relevant knowledge; I'm looking forward to your comments and insights on this matter

  • @StefanSieringer
    @StefanSieringer 5 месяцев назад

    Thank you for the video! In general I have two questions.
    1) It is hard to follow what is clientside and what is serverside. When the console is writing that the eMail was sent was this a serverside function?
    2) When i do BackgroundJob.Enqueue on clientside with arguments (for example an ID), how can I use it on the server to use it for a method?

  • @TheAzerue
    @TheAzerue 10 месяцев назад +1

    Please make a video on Continuation job

  • @derricardo2521
    @derricardo2521 5 месяцев назад

    Nice one! For an beginner it is very hard to understand what is the client and what is the server. Because it is all in the same solution or even method. What are your thoughts?

  • @JadAbouZaki-px3oo
    @JadAbouZaki-px3oo 10 месяцев назад

    Thank you

  • @andrei9218
    @andrei9218 8 месяцев назад

    Could you also show a small example of a Continuation job?

  • @aliakkawi4759
    @aliakkawi4759 Год назад +1

    Hi, thanks a lot for your video tutorials.
    Is it possible to use SignalR for mobile chat applications?

  • @kek_1459
    @kek_1459 Год назад +1

    Thank you so much for your job!
    Can you make a video about mediator notifications?

  • @andershejgaard3988
    @andershejgaard3988 8 месяцев назад

    Hello Mohamad
    Nice video. Is it possible to run multiple servers on multiple machines and only have one client/dashboard?

  • @muttBunch
    @muttBunch 9 месяцев назад

    I paused this for a second, I know you can use Hangfire in memory, but I'm assuming that's probably a bad approach?

  • @TheAceInfinity
    @TheAceInfinity 10 месяцев назад +1

    Hangfire installs Hangfire.Core

  • @muttBunch
    @muttBunch 9 месяцев назад

    Mohamad, thank you for this nice demo. I have a question though...I'm running a scheduled job every 20 minutes to post logs to SQL. Not sure of any memory leaks, but holy hell, when it started running, memory usage spiked to the full 8gig on my VM. I gave it 16 live, all 16gig is taken, just gave it 24 and now that's almost filled lol. Obviously something funky in my code but WOW on the RAM usage.

    • @muttBunch
      @muttBunch 9 месяцев назад

      Just noticed that it completed in 7 minutes, but RAM usage is still topped out, not blaming Hangfire but I think I'll comment out the server, re-publish and run the API call that I used in scheduling and see if the RAM usage spikes again.

    • @mustafahaider9115
      @mustafahaider9115 9 месяцев назад

      any updates?@@muttBunch

  • @izecjaxn9971
    @izecjaxn9971 5 месяцев назад

    You need chapters in your video.

  • @npocnohan
    @npocnohan 8 месяцев назад

    hangifre 🤣🤣😛😛😜😜😜

  • @SayWhaaaaaaaaaaaaaaaaaaaaaaat
    @SayWhaaaaaaaaaaaaaaaaaaaaaaat 2 месяца назад

    SO DUMB THAT HANGFIRE DONT HAVE SEARCH FEATURE IN DASHBOARD!