codex - 💡(How to fix) Fix App automations should support minute-level schedules [1 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
openai/codex#18472Fetched 2026-04-19 15:12:42
View on GitHub
Comments
0
Participants
1
Timeline
2
Reactions
0
Participants
Timeline (top)
labeled ×2
RAW_BUFFERClick to expand / collapse

What variant of Codex are you using? App (Windows)

What feature would you like to see? Add minute-level scheduling support for automations in Codex App.

Right now cron automations appear limited to hourly or weekly RRULE shapes, and the UI/tooling rejects or does not support minute-level schedules such as:

  • RRULE:FREQ=MINUTELY;INTERVAL=20
  • RRULE:FREQ=MINUTELY;INTERVAL=1

This blocks common use cases like:

  • running a lightweight automation every 5/10/20 minutes
  • using short-interval maintenance or monitoring loops
  • matching the cadence already expected by thread/heartbeat-style automation workflows

Requested behavior:

  • support minute-level recurring schedules in the App automation flow
  • either allow generic RRULE minute intervals, or explicitly support a bounded set like every 1/5/10/15/20/30 minutes
  • validate and display these schedules correctly in the UI instead of silently falling back or rejecting them
  • document which automation types support which RRULE forms

Additional information I verified locally that Codex stores automation definitions under the user data directory and accepts hourly RRULEs like: RRULE:FREQ=HOURLY;INTERVAL=1;BYMINUTE=0;BYDAY=SU,MO,TU,WE,TH,FR,SA

But there does not seem to be a supported way to express "every 20 minutes" for the App automation flow, even though that is a practical and expected cadence.

If full generic RRULE support is out of scope, even a narrower App-side feature that exposes minute-based intervals for supported automation types would solve the immediate problem.

extent analysis

TL;DR

To add minute-level scheduling support for automations in the Codex App, consider modifying the RRULE validation and parsing logic to accept minute-level intervals.

Guidance

  • Review the current RRULE validation and parsing logic in the Codex App to identify the limitation that prevents minute-level scheduling support.
  • Investigate the feasibility of adding support for generic RRULE minute intervals or a bounded set of minute intervals (e.g., every 1/5/10/15/20/30 minutes).
  • Update the UI to correctly validate and display minute-level schedules, and document which automation types support which RRULE forms.
  • Consider implementing a temporary workaround, such as using a third-party scheduling tool or service, to support minute-level scheduling until the Codex App is updated.

Example

No code snippet is provided as the issue does not contain sufficient technical details to create a specific example.

Notes

The solution may require changes to the Codex App's backend and frontend code, as well as updates to the documentation. The feasibility of adding minute-level scheduling support may depend on the underlying architecture and technical limitations of the Codex App.

Recommendation

Apply a workaround, such as using a third-party scheduling tool or service, until the Codex App is updated to support minute-level scheduling, as adding full generic RRULE support may be out of scope.

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

codex - 💡(How to fix) Fix App automations should support minute-level schedules [1 participants]