We have an issue where the queue for the host is hundreds long. So, the livefeed could stop updating, and we've have a lot of content to choose from for the host.
- we need to implement a queue manager - this agent simply controls the queue, so i want this agent to be able to clear the queue when needed. we'll start here for now.
because i want to be able to choose whichever subreddits i want, so every time i delete one from the control panel, i want to delete the related topic posts in the queue. this can be some kind of persistent thing.
we may already be managing the queue somewhere, so lets look into that first and see if we can extend the functionality, or abstract and build out.
We have an issue where the queue for the host is hundreds long. So, the livefeed could stop updating, and we've have a lot of content to choose from for the host.
because i want to be able to choose whichever subreddits i want, so every time i delete one from the control panel, i want to delete the related topic posts in the queue. this can be some kind of persistent thing.
we may already be managing the queue somewhere, so lets look into that first and see if we can extend the functionality, or abstract and build out.