mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #280] [CLOSED] Fix/queue item expired #991
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#991
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/maziggy/bambuddy/pull/280
Author: @MisterBeardy
Created: 2/5/2026
Status: ❌ Closed
Base:
main← Head:fix/queue-item-expired📝 Commits (2)
a489fb8Add 'expired' status to PrintQueueItem and update translationsd15ca4eUpdated queue API📊 Changes
6 files changed (+9 additions, -4 deletions)
View changed files
📝
backend/app/schemas/print_queue.py(+1 -1)📝
frontend/src/api/client.ts(+1 -1)📝
frontend/src/i18n/locales/de.ts(+1 -0)📝
frontend/src/i18n/locales/en.ts(+1 -0)📝
frontend/src/i18n/locales/ja.ts(+1 -0)📝
frontend/src/pages/QueuePage.tsx(+4 -2)📄 Description
Description
Resolved issue with expired print queue items preventing the print queue page from loading
Now displays Queue item expired - older than 24 hours
Related Issue
Fixes #276
Type of Change
Changes Made
Backend:
Added expired to the queue item response schema so API responses validate when a stale item is marked expired. See backend/app/schemas/print_queue.py:86.
Frontend:
Screenshots
Testing
Added several items to the queue
Already had some older items that were added previously and those now show the expired after 24 hours
created a small script to adjust the time on a single queue item to 25+ hours and after making the change, letting the system refresh, the message was displayed on the queue item.
Checklist
Additional Notes
Quick fix to resolve the error, if more needs to be done let me know.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.