Skip to content

Commit

Permalink
Remove cron restart
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishi556 authored Dec 7, 2022
1 parent 60bbf50 commit 42e3c0e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,6 @@ git pull
./run.sh restart
```

**Crontab**

As NodeJS is somewhat unreliable, it's recommended to use a cron to restart it every 3 to 4 hrs.

crontab -e

For docker you can use the following (restarts every 4 hrs)

```
0 */4 * * * docker restart hivefeed
```

Configuration
===========

Expand Down

0 comments on commit 42e3c0e

Please sign in to comment.