mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
Update TROUBLESHOOTING.md
This commit is contained in:
parent
3f9e6c0044
commit
fca44f0124
@ -49,6 +49,7 @@ If Redis is taking too long to restart, follow this: https://stackoverflow.com/a
|
|||||||
|
|
||||||
## I want to clear the Cache Updater Queue
|
## I want to clear the Cache Updater Queue
|
||||||
1a. `redis-cli --scan --pattern queue_update:* | xargs redis-cli del`
|
1a. `redis-cli --scan --pattern queue_update:* | xargs redis-cli del`
|
||||||
|
|
||||||
1b. `redis-cli --scan --pattern queue_update:* | xargs redis-cli unlink` (does it in the background)
|
1b. `redis-cli --scan --pattern queue_update:* | xargs redis-cli unlink` (does it in the background)
|
||||||
|
|
||||||
2. `php artisan queue:restart`
|
2. `php artisan queue:restart`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user