aarondfrancis / laravel-pseudo-daemon

A Laravel package to mimic daemons via scheduled commands without having to change server configuration.
92 stars 12 forks source link

A way to never `restartAfterMinutes`? #8

Open bilogic opened 2 years ago

bilogic commented 2 years ago

Hi,

Is there a way to make the daemon never restart? I looked at the code, I think -1 will do the job, but seems hacky :)