Hello everyone!
We are trying to convert our cron loop setup from wget to WP-CLI.
We think it’s better to use WP-CLI because it won’t be affected by so many restrictions (such as timeouts).
The issue is that calling:
wp site list
Returns:
Error: This is not a multisite installation.
What flag is it using to consider it a multisite or not? (because it very much is one)
Extra info, calling:
wp cron event run --due-now
…works! (which I guess is only executing the root site’s crons)
Let us know if any additional info would help!