[GH-ISSUE #187] [FEATURE REQUEST] make inspector non-internal package #1073

Closed
opened 2026-03-07 22:05:15 +03:00 by kerem · 3 comments
Owner

Originally created by @3timeslazy on GitHub (Aug 31, 2020).
Original GitHub issue: https://github.com/hibiken/asynq/issues/187

Originally assigned to: @hibiken on GitHub.

Hello! Thanks for your project!

Is your feature request related to a problem? Please describe.
There is a need to interact with asynq over HTTP and not through the CLI. This is not possible now because RDB is an internal package.

Describe the solution you'd like
Move RDB into pkg

Originally created by @3timeslazy on GitHub (Aug 31, 2020). Original GitHub issue: https://github.com/hibiken/asynq/issues/187 Originally assigned to: @hibiken on GitHub. Hello! Thanks for your project! **Is your feature request related to a problem? Please describe.** There is a need to interact with asynq over HTTP and not through the CLI. This is not possible now because RDB is an internal package. **Describe the solution you'd like** Move RDB into `pkg`
kerem 2026-03-07 22:05:15 +03:00
Author
Owner

@hibiken commented on GitHub (Aug 31, 2020):

Thanks for opening the issue!

There's a public API from Inspector type that exports a subset of RDB functionality.
Let me know if that doesn't meet your need, we can add more functionality to Inspector 👍

<!-- gh-comment-id:684064699 --> @hibiken commented on GitHub (Aug 31, 2020): Thanks for opening the issue! There's a public API from [`Inspector`](https://godoc.org/github.com/hibiken/asynq#Inspector) type that exports a subset of RDB functionality. Let me know if that doesn't meet your need, we can add more functionality to `Inspector` 👍
Author
Owner

@hibiken commented on GitHub (Sep 12, 2020):

@3timeslazy I'm closing this. Please let me know if the current Inspector API meet your needs 👍

<!-- gh-comment-id:691543215 --> @hibiken commented on GitHub (Sep 12, 2020): @3timeslazy I'm closing this. Please let me know if the current Inspector API meet your needs 👍
Author
Owner

@3timeslazy commented on GitHub (Sep 15, 2020):

@hibiken thanks for your help!

<!-- gh-comment-id:692628585 --> @3timeslazy commented on GitHub (Sep 15, 2020): @hibiken thanks for your help!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#1073
No description provided.