-
-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
laravel supervisor refresh token #89
Comments
Hello, I created the tokens as described in the readme (including the refresh token). Was there a more descriptive error message? |
Ok, I fixed it with command Artisan::call('queue:restart'); |
should i add queue:restart end of my command or ? |
I'm not sure, I just put in front of the front of the queue
I know it's a crutch) but I don't have time to break |
I have queues at the supervisor. I get a 401 error every 24 hours. it is possible that the supervisor is not updating the token. How to force supervisor to read new token? Thank!!
The text was updated successfully, but these errors were encountered: