Automattic / Automattic/wp-super-cache
Wrong warning: The WordPress CRON jobs system is disabled.
- Dominant language
- PHP
- Stars
- 436
- Forks
- 130
- Avg merge
- 15h 11m
- Merged PRs (30d)
- 10
Description
I've faced with incorrect warning:
```
The WordPress CRON jobs system is disabled. This means the garbage collection system will not work unless you run the CRON system manually.
```
Yep, the variable `DISABLE_WP_CRON` set to `true`. But cron works through system cron https://developer.wordpress.org/plugins/cron/hooking-wp-cron-into-the-system-task-scheduler/#macos-and-linux
How to remove incorrect warning?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the warning text and the DISABLE_WP_CRON variable, then compare the plugin's behavior with the linked WordPress system-task-scheduler documentation. Done means the warning no longer incorrectly claims garbage collection cannot work when system cron is configured.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php, wordpress
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100