Base solution for your next web application
Open Closed

hangfire recurring job #1176


User avatar
0
julianrobertshawe created

Hi there,

Inside my Web site I need to poll an external URL and grab items to be inserted and processed inside my application. I can't find the how to do this. How do I create a recurring hang file job that calls my function every 5 minutes for example

thanks Julian


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You can take a look at these documentations.

    To integrate hangfire <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Hangfire-Integration">http://aspnetboilerplate.com/Pages/Docu ... ntegration</a>

    For recurring jobs, see background workers section <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Background-Jobs-And-Workers">http://aspnetboilerplate.com/Pages/Docu ... nd-Workers</a>

  • User Avatar
    0
    hikalkan created
    Support Team

    If you will use hangfire, please see hangfire docs: <a class="postlink" href="http://hangfire.io/">http://hangfire.io/</a>