spatie / laravel-short-schedule

Schedule artisan commands to run at a sub-minute frequency
https://freek.dev/1683-a-package-to-schedule-artisan-commands-at-sub-minute-frequencies
MIT License
611 stars 52 forks source link

Not fuction "everySeconds()" #27

Closed rodrigorosa1 closed 3 years ago

rodrigorosa1 commented 3 years ago

This "everySeconds()" not funtion! All tasks are performed per second

freekmurze commented 3 years ago

According to the automated test suite it works. Please provide a failing test for us to fix.