joe_g Posted November 8, 2022 Share Posted November 8, 2022 Hi there, I can't get my LazyCron to fire <?php $useMain = false; $wire->addHook('LazyCron::everyMinute', null, function() { $log->message("1 min passed"); echo '1 min passed'; }); echo 'hooked - '; ?> Some output for good measure I tried making it into an anonymous function (see above), but same result as by using the example in the docs (with regular function). No lazycron*.cache file, No logs, No message - it just doesn't fire at all. Not sure how to proceed? tx! Link to comment Share on other sites More sharing options...
joe_g Posted November 8, 2022 Author Share Posted November 8, 2022 omg. ...... took me a good hour to realize I had forgotten to actually install the lazy cron module *hand clap* 1 1 Link to comment Share on other sites More sharing options...
DV-JF Posted November 8, 2022 Share Posted November 8, 2022 I feel you, could have been me ? 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now