Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the background tasks list from the admin UI to the primary UI #14729

Closed
jeremystretch opened this issue Jan 8, 2024 · 3 comments
Closed
Assignees
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application
Milestone

Comments

@jeremystretch
Copy link
Member

NetBox version

v3.7.0

Feature type

Change to existing functionality

Proposed functionality

NetBox currently lists all background tasks under the admin UI (/admin/background-tasks/), in a view provided by the django-rq package. Replicate this view in the primary UI, under the "admin" menu section.

Use case

Users will be able to inspect active and completed background tasks without leaving the primary UI, and unblocks #12325.

Database changes

None

External dependencies

None

@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application labels Jan 8, 2024
@jeremystretch jeremystretch added this to the v4.0 milestone Jan 8, 2024
@tagur87
Copy link

tagur87 commented Jan 9, 2024

@jeremystretch - I recently found an issue with viewing background tasks from the admin UI using redis sentinel according to these instructions: https://demo.netbox.dev/static/docs/configuration/required-settings/#using-redis-sentinel

I get the following error when browsing to /admin/background-tasks/:

<class 'KeyError'>

'host'

Python version: 3.11.4
NetBox version: 3.7.0
Plugins: 
  netbox_ip_reservations: 0.5.3

Not sure if I should create a separate issue, since this is being reworked as part of the removal of the Admin UI?

Thanks!

@jeremystretch
Copy link
Member Author

@tagur87 please open a separate bug report including instructions to reproduce. Thanks!

@tagur87
Copy link

tagur87 commented Jan 9, 2024

@tagur87 please open a separate bug report including instructions to reproduce. Thanks!

#14752

@arthanson arthanson self-assigned this Jan 12, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application
Projects
None yet
Development

No branches or pull requests

3 participants