laravel-haystack
laravel-haystack copied to clipboard
Append to haystack method does not use the global delay/queue/connection
I noticed a bug where if you tried using appendToHaystack, it won’t use the default delay/queue/connection. In order to fix this, I need to add this configuration to the haystack database instead of applying it to each job.
With the new HaystackOptions class released in v0.8 I will be able to easily add a couple of options to this for the global config without having to modify the database