mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #53] [Feature]: NON Scheduled Queue #19
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#19
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?
Originally created by @pinionless on GitHub (Jan 3, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/53
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
Current Limitation: Currently, the system requires a scheduled start time or immediate execution when adding sliced files to the workflow. There is no native way to "stage" or "buffer" tasks that are ready for processing but shouldn't necessarily run right away.
The Pain Point: This creates a bottleneck for users who prepare multiple files in advance but want to manage system resources or manual oversight by triggering the jobs manually at a later time.
Proposed Solution
Queued but Unscheduled" State I propose adding a "Queue Only" option for sliced files. This would allow a task to be added to the processing queue without an assigned start date or time.
Key Functional Requirements:
Alternatives Considered
No response
Feature Category
Print Queue & Scheduling
Priority
Critical for my use case
Mockups or Examples
No response
Contribution
Checklist
@maziggy commented on GitHub (Jan 4, 2026):
Here you go.....
Please use branch 0.1.6b6 and let me know if that works for you.
@pinionless commented on GitHub (Jan 4, 2026):
Works perfectly. Thanks!