its

Results 176 comments of its

So I've been looking into this and I don't think we can do anything to improve the situation here. Currently we are constructing the storage instance when the Laravel service...

Hey, no there is no configuration specific to nginx. Make sure Clockwork is actually working (files are being created in `storage/clockwork`), note that Clockwork is by default enabled only when...

### Shipped in Clockwork 4.0 - show request date https://github.com/itsgoingd/clockwork/issues/324 - make ignored packages for the stack traces configurable https://github.com/itsgoingd/clockwork/issues/306 - show Redis commands and times https://github.com/itsgoingd/clockwork/issues/290 - collect (json)...

### Shipped in Clockwork 4.1 - queue jobs debugging (https://github.com/itsgoingd/clockwork/pull/363) - tests debugging (https://github.com/itsgoingd/clockwork/pull/360) - timeline improvements (https://github.com/underground-works/clockwork-app/pull/27)

Interesting, we already have a code that stores binary database bindings in hex format https://github.com/itsgoingd/clockwork/blob/master/Clockwork/DataSource/EloquentDataSource.php#L175 I guess we could use a similar code when serializing data globally. I'm a worried...

Hey, can you please send me the output of `http://your.app/__clockwork/1659619567-1067-1921841239/extended` to `[email protected]` for further investigation? This will contain various details about your app, please make sure you are not sharing...

Hey, thanks for the report and the nice words. This should be fixed in master and will be released later this week. The issue was caused by the old index...

This shouldn't be necessary, running `php artisan vendor:publish` with no arguments should present you with an interactive prompt to select which service provider should the files be published for. We...

I've actually seen this before, but couldn't reproduce the improvement at the time. Will re-do some benchmarks myself, since the linked bug report looks pretty convincing. Thanks.