-
# Motivation
While investigating an elasticsearch app I felt that core should provide an API to asynchronously notify apps of file changes.
Currently search_lucene implements such a mechanism itself…
-
Hi,
In beanstalk there is some button "Delete all ready jobs" is there in horizon also a button for that action?
-
**Describe the bug**
For a class with following migration:
```
Schema::create('bound_policy_transactions', function (Blueprint $table) {
$table->uuid('id')->primary();
$table->foreign…
-
- Laravel Version: 8.51.0
- PHP Version: PHP 8.0.2 (cli) (built: Feb 23 2021 15:14:20) ( NTS )
- Database Driver & Version: mysql Ver 8.0.23-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu))
…
-
## Problem
[`DatabaseBatchRepository::decrementPendingJobs()`](https://github.com/laravel/framework/blob/8.x/src/Illuminate/Bus/DatabaseBatchRepository.php#L138-L175) and a few other methods in this …
bkuhl updated
3 years ago
-
- Horizon Version: 1.4.3
- Laravel Version: 5.6.39
- PHP Version: 7.2.17
- Redis Driver & Version: predis/predis 1.1.1
- Database Driver & Version: MySQL 5.7
### Description:
It looks like Hor…
-
Getting this exception in logs when trying to view queues in Nova:
```
(Exception(code: 0): DateTime::__construct(): Failed to parse time string (1620634615) at position 8 (1): Unexpected characte…
-
Laravel loads default language in job queues. It is probably because the queues are processed independently of the app language.
I was trying to send emails via queues, and it was always sending em…
-
- Laravel Version: 8.42.1
- PHP Version: 8.0.5
- Database Driver & Version: none
### Description:
Code is available in documentation:
- https://laravel.com/docs/8.x/queues#job-events
When …
-
**Is your feature request related to a problem? Please describe.**
I Want Content Of `public` In Root Of `dist` Instead Of In Public Folder Inside `dist`.
**Describe the solution you'd like**
Add…