claude-code - 💡(How to fix) Fix [FEATURE] Scheduled Tasks: add delete/archive capability [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#47126Fetched 2026-04-13 05:40:47
View on GitHub
Comments
2
Participants
2
Timeline
5
Reactions
0
Timeline (top)
commented ×2labeled ×2renamed ×1
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

I've found that when I update a scheduled task, taking elements from a previous one, the old scheduled task takes up space in my scheduled task folder, and I would like to archive this.

Proposed Solution

I would like to be able to archive unused scheduled tasks.

Alternative Solutions

No response

Priority

Critical - Blocking my work

Feature Category

CLI commands and flags

Use Case Example

No response

Additional Context

No response

extent analysis

TL;DR

Implement an archiving mechanism for unused scheduled tasks to free up space in the scheduled task folder.

Guidance

  • Investigate the current implementation of scheduled task storage to determine how unused tasks can be identified and archived.
  • Consider adding a CLI command or flag to manually archive unused scheduled tasks.
  • Develop a strategy for automatically archiving unused tasks, such as based on a certain time period of inactivity.
  • Evaluate the potential impact of archiving on task dependencies and scheduling workflows.

Example

No specific code example can be provided without more information on the existing implementation.

Notes

The exact implementation details of the archiving mechanism will depend on the underlying storage and scheduling systems used by the application.

Recommendation

Apply workaround: Implement a manual archiving mechanism via a new CLI command or flag, allowing users to explicitly archive unused scheduled tasks and free up space in the scheduled task folder. This approach can provide an immediate solution while a more automated archiving strategy is developed.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [FEATURE] Scheduled Tasks: add delete/archive capability [2 comments, 2 participants]