-
Bonjour
Bravo pour le boulot.
Par contre depuis la queue, je souhaite renvoyer un message quelques minutes plus tard au bon user. Et ça ne fonctionne pas.
Est ce que cela devrait marcher depuis…
-
In the README:
>**Warning:** bredis queue workers don't bother handling jobs that are delayed or reserved. So when using bredis workers, you have to have at least one redis worker as well.
Is th…
-
### Laravel Version
v11.27.2
### PHP Version
8.3
### Database Driver & Version
8.0.mysql_aurora.3.05.2
### Description
Queues are managed though Laravel Forge.
Database on AWS, two servers: ma…
-
There is a need to be able to share a closure that will get resolved later. Currently people try to do things like this:
```php
View::share('something', Auth::user());
```
Since that gets resolv…
-
This might be a bit unicorny ([ctrl+f Unicorny](http://blog.codinghorror.com/new-programming-jargon/)) of a feature but I would like to discuss it.
Is it possible to run cron schedules through a daem…
-
here's a copy of my composer.json
``` json
{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"license": "MIT",
"type": "p…
ghost updated
9 years ago
-
Hi,
When I send Apple push notification for 25 users everything is ok, but when I send notification for 50 or more users get this errors:
sometimes:
Service unavailable
and Sometimes:
ERR_EMP…
-
Hello,
I attempted to use the schedule post feature, but it doesn't seem to be working. I followed the installation steps and tried to schedule the post, but it's not working. Are there any special…
-
Had a talk now with different people about the following situation and most of them have the same problems.
Imagine you have a complicated logging stack. Different channels, different levels. Thank…
-
Reminders are not well designed on Monica, backend-wise.
1. Some users are reporting that they do not receive reminders, and it's actually true: when I run locally, all reminders are triggered when t…