-
This idea is related to #735
For the sake of clarity — i'm referring to this as "requeuing"
### Background
Currently, when using `release()` within a job, the job is released back on the queue…
-
I'm trying to connect this to Laravel 9.x with logging.
I was not able to get any log messages to come into app insights until I modified `Mondago\ApplicationInsights\ApplicationInsights` and call…
-
I've been looking into adding tracing to my Laravel applications. To do this, I need to propagate or generate a unique identifier across application boundaries.
The trick is that I would love to d…
-
The report for what's in the queue is pretty light right now. I think just a few more additions would make it super powerful. Primarily it'd be great to see the jobs in the queue. Is something stuck, …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Summary
We need Laravel Queues & Scheduler(CRON) support for production deployments of Laravel applications.
…
-
通常一些比较耗时的任务如发邮件,短信,不需要马上获取发送状态,可以使用队列来处理,之前在 sf 公众号看了一篇关于 redis 延时队列的文章 https://mp.weixin.qq.com/s/Dkz85tZgTs7aPYSJoq4XwA 分享给大家
###简单的队列处理
```js
//入队列
while(1){
try{
…
-
### Describe the feature
I have an endpoint I don't want the user to wait while I talk to third party apis that isn't critical to the response So such logic could be run after the response has been…
-
Hi,
We are using PHPRedis with Laravel. We push jobs into Redis and our workers pop jobs from it.
Our workers are long running processes which are not supposed to be restarted.
99% of our j…
-
I got an error while installing coreui on the subdomain,
> @coreui/coreui-free-laravel-admin-template@2.0.1 development /home/****
> cross-env NODE_ENV=development node_modules/webpack/bin/webpac…
-
### Description
The docs say that this mechanism doesn’t work on Windows, but this would be just as helpful to Windows devs.