php-resque
php-resque copied to clipboard
An implementation of Resque in PHP.
This questions concerns the basic Redis structure and how Resque operates on that, since I am not able to find out how this is dealt with. I am not familiar...
Hi, when I use VERBOSE=1 it allows me get time only in [notice] [22:30:35 2022-08-08] Starting worker ...... but I need to get it also in following lines of loger:...
### My question: Hi. I wrote a wrapper for resque so I can initialize my environment before starting resque worker. According to docs, worker is triggered from vendor/bin/resque, which means...
I used `main` as the base branch, since it appeared to be more up2date. If that was a mistake I'll gladly fix that and work from `develop`. > Opened this...
This is a request for comments on introducing namespaces to php-resque :slightly_smiling_face: The files are reorganized quite a bit to make namespaces more natural. I summarize as best as I...
Redis 6 introduced userpass authentication with [ACLs](https://redis.io/topics/acl), which is used with managed Redis services offered by e.g. DigitalOcean. Though, I cannot authenticate workers because the username is not used for...
New commits should go to `develop`. That includes PRs.
### My question: hey when I try to run the worker, how do I get it to get the redis configuration, because my redis have a password. QUEUE='*' vendor/bin/resque PHP...