its
its
Hey, thanks for the detailed report, this indeed seems to be a bug, I will have to take a closer look. Though be aware that the Octane support currently has...
@flexchar That sounds like something we should actually fix in Clockwork itself. :)
I mostly agree. Installing as non-dev dependency has some pros: - You can leave some Clockwork calls in your app, without worrying about the code crashing in production when the...
Well, we already can filter by log level via the search input, eg. `level:error`. This has been supported for a long time, but still needs to be documented. Or made...
@mahagr Hey, thanks for the interest! Unfortunately I don't have any good news to share. I barely started working on this. So no new release this year. :(
Figured out I should post some update, since Summer/Fall 2021 is already long in the past and Clockwork 6 clearly was not released. Unfortunately I was lacking time and motivation...
Hey, yes it's not only possible, but pretty easy to do. The storage sub-system is extensible, Redis was one of the future implementations I had in mind while designing it,...
Hey, thanks for the report! This is indeed an issue with how we read entries from the index file. When seeking forward in the index we use a method called...
Hey, yeah, this is correct behavior, calling `die` stops the script execution immediately. I'll add a little faq section to the documentation for common questions like this one.
Hey, how did you identify this as a Clockwork issue? Do you have a full exception trace? The error only mentions `PDOConnection.php`, which doesn't seem to be a file included...