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)
-
0
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>
-
0
If you will use hangfire, please see hangfire docs: <a class="postlink" href="http://hangfire.io/">http://hangfire.io/</a>