Nutickets
Nutickets
> class AdvancedCachedClipboard extends CachedClipboard { Also to chime in on this one - the above extension of the CachedClipboard gave us a very noticeable boost in performance, so thanks...
Hell to the yeah
This one is really getting in the way of local email testing, I think this is a semi-recent issue as I recall our signed URLs working in ray previously.
+1 We had the same problem exactly as described. Our horizon queue has been working fine during quiet times, as soon as we get any kind of influx of 500+...
> Could this be related to the introduction of cache table? We noticed that in laravel 12 vs laravel
> Are you sure that this isn't caused by changes made to the `database.php` config file during the upgrade? In particular, the default framework configuration file doesn't enable `PDO::ATTR_PERSISTENT`. The...
> I believe you should try enabling `PDO::ATTR_PERSISTENT` in the `options` config. Can you share you full configuration, without the hostname and password please? ```php 'mysql' => [ 'driver' =>...