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
I can run the command without issue if I type in a terminal the following:
php artisan heartbeat:pulse
But if I try to run:
php artisan scheduler:run
… the command doesn't run. Instead, it outputs something weird. Let me be short on this: 1) it shows the commands that will be run 2) it create some empty files that looks like the commands that should ran.
At this point, I'm still trying to understand what's happening under the hood. If there's any insights or knowledge on this I will be glad to hear/read about it. I'm willing to provide any other information that could be useful.
The text was updated successfully, but these errors were encountered:
I have a simple command that write a log entry (
\Log::debug('Pulse')
) which is scheduled to be run every minute:I can run the command without issue if I type in a terminal the following:
But if I try to run:
… the command doesn't run. Instead, it outputs something weird. Let me be short on this: 1) it shows the commands that will be run 2) it create some empty files that looks like the commands that should ran.
At this point, I'm still trying to understand what's happening under the hood. If there's any insights or knowledge on this I will be glad to hear/read about it. I'm willing to provide any other information that could be useful.
The text was updated successfully, but these errors were encountered: