Skip to content

Commit a2508e9

Browse files
committed
Added documentation
1 parent 39256fb commit a2508e9

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# DNN Restart Application Scheduled Job
2+
3+
This is a simple [DNN CMS](https://dnncommunity.org) that allows you to create a scheduled task in DNN. This scheduled task will restart the website. This is useful for sites that happen to use a HTTP keep-alive service.
4+
5+
## How to Use
6+
7+
1. [Install the extension](https://www.youtube.com/watch?v=MgLaV0J_eLk) like you would any other DNN extension.
8+
2. While logged in as a superuser, use the persona bar to go to the Scheduler feature.
9+
3. [Add a scheduled task](https://www.youtube.com/watch?v=s6YmO-9VVeg).
10+
11+
**Scheduled Task Values**
12+
13+
| Field Name | Value |
14+
|----------------------------|--------------------------------------------------------|
15+
| Friendly Name * | Restart Application |
16+
| Full Class Name & Assembly | Upendo.Libraries.RestartApp.ScheduledJobs.RestartApp, Upendo.Libraries.RestartApp |
17+
| Retain Schedule History * | 5 |
18+
| Servers | (leave blank) |
19+
| Object Dependencies | (leave blank) |
20+
| Schedule Start Date/Time | Choose a value in the upcoming overnight hours |
21+
| Frequency | 1 Days |
22+
| Retry Time Lapse | (leave blank) |
23+
| Run on Event | (leave blank) |
24+
| Catch Up Tasks | Disabled |
25+
| Enable Schedule | On |
26+
27+
--------------------------------------------------------------
28+
29+
# Developer Information Only
30+
131
**A Special Note to ALL Developers...**
232
Please do not begin any development until you first read through and understand all of the notes in the README below.
333

0 commit comments

Comments
 (0)