netbox-rqworker exit status 1 not expected #2877

Closed
opened 2025-12-29 18:23:00 +01:00 by adam · 2 comments
Owner

Originally created by @Serverlag on GitHub (Sep 15, 2019).

This may be normal behavior, although it seems a bit odd.

Server Version: Ubuntu 18.04.3 LTS
Netbox Version: 2.6.3
Python Version: 3.6.8

Installed following the documentation, post installation we see high CPU load every 5 seconds from python3 process:

31464 www-data  20   0  120680  47756  10516 R  68.5  1.9   0:02.07 python3

Reviewing the logs from /var/log/supervisor/supervisord.log we see the following:

2019-09-14 23:51:24,438 INFO spawned: 'netbox-rqworker' with pid 28283

2019-09-14 23:51:25,441 INFO success: netbox-rqworker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)

2019-09-14 23:51:29,364 INFO exited: netbox-rqworker (exit status 1; not expected)

2019-09-14 23:51:30,371 INFO spawned: 'netbox-rqworker' with pid 28325

2019-09-14 23:51:31,374 INFO success: netbox-rqworker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)

2019-09-14 23:51:35,328 INFO exited: netbox-rqworker (exit status 1; not expected)

2019-09-14 23:51:36,336 INFO spawned: 'netbox-rqworker' with pid 28355

2019-09-14 23:51:37,341 INFO success: netbox-rqworker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)

2019-09-14 23:51:41,338 INFO exited: netbox-rqworker (exit status 1; not expected)

This appears to be the cause of the high CPU every time a new worker process is spawned.

Originally created by @Serverlag on GitHub (Sep 15, 2019). This may be normal behavior, although it seems a bit odd. Server Version: Ubuntu 18.04.3 LTS Netbox Version: 2.6.3 Python Version: 3.6.8 Installed following the documentation, post installation we see high CPU load every 5 seconds from python3 process: ``` 31464 www-data 20 0 120680 47756 10516 R 68.5 1.9 0:02.07 python3 ``` Reviewing the logs from /var/log/supervisor/supervisord.log we see the following: ``` 2019-09-14 23:51:24,438 INFO spawned: 'netbox-rqworker' with pid 28283 2019-09-14 23:51:25,441 INFO success: netbox-rqworker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2019-09-14 23:51:29,364 INFO exited: netbox-rqworker (exit status 1; not expected) 2019-09-14 23:51:30,371 INFO spawned: 'netbox-rqworker' with pid 28325 2019-09-14 23:51:31,374 INFO success: netbox-rqworker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2019-09-14 23:51:35,328 INFO exited: netbox-rqworker (exit status 1; not expected) 2019-09-14 23:51:36,336 INFO spawned: 'netbox-rqworker' with pid 28355 2019-09-14 23:51:37,341 INFO success: netbox-rqworker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2019-09-14 23:51:41,338 INFO exited: netbox-rqworker (exit status 1; not expected) ``` This appears to be the cause of the high CPU every time a new worker process is spawned.
adam closed this issue 2025-12-29 18:23:00 +01:00
Author
Owner

@lampwins commented on GitHub (Sep 15, 2019):

Thank you for your interest in NetBox. GitHub issues are intended for reporting reproducible bugs and requesting features, and must be submitted using the template provided here. For general discussion, questions, or assistance with installation issues, please post to our mailing list.

@lampwins commented on GitHub (Sep 15, 2019): Thank you for your interest in NetBox. GitHub issues are intended for reporting reproducible bugs and requesting features, and must be submitted using the template provided [here](https://raw.githubusercontent.com/digitalocean/netbox/develop/.github/ISSUE_TEMPLATE.md). For general discussion, questions, or assistance with installation issues, please post to our [mailing list](https://groups.google.com/forum/#!forum/netbox-discuss).
Author
Owner
@LBegnaud commented on GitHub (Dec 20, 2019): https://github.com/netbox-community/netbox/tree/develop/.github/ISSUE_TEMPLATE
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2877