Skip to content

Commit

Permalink
Added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
WillStrohl committed Apr 27, 2021
1 parent 39256fb commit a2508e9
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# DNN Restart Application Scheduled Job

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.

## How to Use

1. [Install the extension](https://www.youtube.com/watch?v=MgLaV0J_eLk) like you would any other DNN extension.
2. While logged in as a superuser, use the persona bar to go to the Scheduler feature.
3. [Add a scheduled task](https://www.youtube.com/watch?v=s6YmO-9VVeg).

**Scheduled Task Values**

| Field Name | Value |
|----------------------------|--------------------------------------------------------|
| Friendly Name * | Restart Application |
| Full Class Name & Assembly | Upendo.Libraries.RestartApp.ScheduledJobs.RestartApp, Upendo.Libraries.RestartApp |
| Retain Schedule History * | 5 |
| Servers | (leave blank) |
| Object Dependencies | (leave blank) |
| Schedule Start Date/Time | Choose a value in the upcoming overnight hours |
| Frequency | 1 Days |
| Retry Time Lapse | (leave blank) |
| Run on Event | (leave blank) |
| Catch Up Tasks | Disabled |
| Enable Schedule | On |

--------------------------------------------------------------

# Developer Information Only

**A Special Note to ALL Developers...**
Please do not begin any development until you first read through and understand all of the notes in the README below.

Expand Down

0 comments on commit a2508e9

Please sign in to comment.