Type
magento2-module
Command Scheduler for Magento 2
magento2-module
MIT
None
None
None
None
None
This module allows you to schedule bin/magento commands in the Magento admin. This makes it possible to run bin/magento command with only Magento admin access.
Usage:
<type name="Tkotosz\CommandScheduler\Model\AllowedCommandsContainer">
<arguments>
<argument name="allowedCommands" xsi:type="array">
<item name="Cache Clean" xsi:type="string">cache:clean</item>
</argument>
</arguments>
</type>
Schedule any allowed command on the System > Tools > Schedule Commands admin page
Wait for the schedule processor to run: By default a cron runs every 5 minute to process the next pending schedule. (alternatively you can use the bin/magento command-scheduler:process-next-schedule command to trigger the schedule processing)
Check the result of the command execution on the System > Tools > Schedule Commands admin page by clicking on the "view result" link