You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ScheduledCommand.arguments field type change from varchar to text, so you may write some migration to handle this change if you update the bundle from a previous version.
Features :
You now can use included_command_namespaces instead of excluded_command_namespaces to filter commands displayed in the scheduler. (@petski)
BETA - Commands scheduler:start and scheduler:stop managing a daemon process that will call scheduler:execute every minute. So it is possible to use the scheduler without setting up a cron job. (thanks to @wasinger)
Command's argument no longer have a size limit (@tikoflano)