Skip to content

Commit

Permalink
Merge pull request #106 from DanSheps/develop
Browse files Browse the repository at this point in the history
Edit readme to remove RQ worker
  • Loading branch information
DanSheps authored Oct 2, 2024
2 parents bab90fd + 27c4ed6 commit 6e42b85
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,7 @@ PLUGINS_CONFIG = {
}
```
3. Migrate: `python3 netbox/manage.py migrate`
4. Copy /etc/systemd/system/netbox-rq.service to /etc/systemd/system/ncb-rq\@.service
5. Edit: /etc/systemd/system/ncb-rq\@.service:
ExecStart:
```
ExecStart=/opt/netbox/venv/bin/python3 /opt/netbox/netbox/manage.py rqworker --name ncb@%i --with-scheduler netbox_config_backup.jobs
```
6. Reload systemd: `systemctl daemon-reload`
7. Enable the service with x number of workers: `systemctl enable ncb-rq@{1..10}` (This will generate 10 worker symlinks to auto start)
8. Start the service with x number of workers: `systemctl start ncb-rq@{1..10}` (This will start 10 workers)
9. Create your first device backup
4. Create your first device backup

## Logging

Expand Down

0 comments on commit 6e42b85

Please sign in to comment.