statamic-redirect icon indicating copy to clipboard operation
statamic-redirect copied to clipboard

Does `schedule:run` automatically run `redirect:clean-errors`?

Open aaronbushnell opened this issue 1 year ago • 1 comments

Sorry for the basic question here!

If I'm running php artisan schedule:run will that automatically invoke redirect:clean-errors based on the config settings? I ask because I currently have a schedule job that runs every minute but I got the...

Error cleanup has not ran for 2 days

...message in the dashboard until I manually called that command.

aaronbushnell avatar Apr 11 '24 20:04 aaronbushnell

We have defined it like the Statamic docs describe: https://statamic.dev/extending/addons#scheduling

When you run php artisan schedule:list does it list it in there?

riasvdv avatar Sep 28 '24 19:09 riasvdv