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
the 1>> at the end is for redirecting all output (stdout) to /dev/null, the 2>&1 is for for redirecting errors (stderr) to the same location as output, i.e /dev/null
Hi,
My cronjob geting this error when run.
[Symfony\Component\Console\Exception\RuntimeException]
Too many arguments.
Environment info
Operating System: CentOs
PHP Version: 7.0.9
Node Version: 2.1.3
Database System: mysql
Database Version:
QUEUE_DRIVER=redis
Socket: Node
Logs (see storage/logs/) or other output that would be helpful
The text was updated successfully, but these errors were encountered: