[PR #2596] [CLOSED] Documentation refinement: manage.py rqworker command unknown #12408

Closed
opened 2025-12-29 22:21:20 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/2596
Author: @qaxi
Created: 11/19/2018
Status: Closed

Base: developHead: develop


📝 Commits (1)

  • 43366f8 netbox/manage.py rqworker command unknown

📊 Changes

1 file changed (+5 additions, -4 deletions)

View changed files

📝 docs/installation/3-http-daemon.md (+5 -4)

📄 Description

Configuration file template /etc/supervisor/conf.d/netbox.conf contains netbox-rqworker section.
In case, you do not enable WEBHOOKS_ENABLE and use REDIS you get this from supervisor

Nov 16 07:21:39 localhost supervisord[14968]: 2018-11-16 07:21:39,774 INFO exited: netbox-rqworker (exit status 1; not expected)
Nov 16 07:21:40 localhost supervisord[14968]: 2018-11-16 07:21:40,778 INFO spawned: 'netbox-rqworker' with pid 31816
Nov 16 07:21:41 localhost supervisord[14968]: 2018-11-16 07:21:41,781 INFO success: netbox-rqworker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
Nov 16 07:21:43 localhost supervisord[14968]: 2018-11-16 07:21:43,008 INFO exited: netbox-rqworker (exit status 1; not expected)
Nov 16 07:21:44 localhost supervisord[14968]: 2018-11-16 07:21:44,012 INFO spawned: 'netbox-rqworker' with pid 31822
Nov 16 07:21:45 localhost supervisord[14968]: 2018-11-16 07:21:45,014 INFO success: netbox-rqworker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)

Fixes:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/2596 **Author:** [@qaxi](https://github.com/qaxi) **Created:** 11/19/2018 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (1) - [`43366f8`](https://github.com/netbox-community/netbox/commit/43366f8039ae05fd330cb7753c66f374fca20a6c) netbox/manage.py rqworker command unknown ### 📊 Changes **1 file changed** (+5 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `docs/installation/3-http-daemon.md` (+5 -4) </details> ### 📄 Description Configuration file template `/etc/supervisor/conf.d/netbox.conf` contains `netbox-rqworker` section. In case, you do not enable WEBHOOKS_ENABLE and use REDIS you get this from `supervisor` ```no-highlight Nov 16 07:21:39 localhost supervisord[14968]: 2018-11-16 07:21:39,774 INFO exited: netbox-rqworker (exit status 1; not expected) Nov 16 07:21:40 localhost supervisord[14968]: 2018-11-16 07:21:40,778 INFO spawned: 'netbox-rqworker' with pid 31816 Nov 16 07:21:41 localhost supervisord[14968]: 2018-11-16 07:21:41,781 INFO success: netbox-rqworker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) Nov 16 07:21:43 localhost supervisord[14968]: 2018-11-16 07:21:43,008 INFO exited: netbox-rqworker (exit status 1; not expected) Nov 16 07:21:44 localhost supervisord[14968]: 2018-11-16 07:21:44,012 INFO spawned: 'netbox-rqworker' with pid 31822 Nov 16 07:21:45 localhost supervisord[14968]: 2018-11-16 07:21:45,014 INFO success: netbox-rqworker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) ``` <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: <!-- Please include a summary of the proposed changes below. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:21:20 +01:00
adam closed this issue 2025-12-29 22:21:20 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12408