Replies: 2 comments 3 replies
-
I very much feel that having to re-run the curl command is annoying. If there's something off with persistence, then not only your token is lost, but also all scheduled jobs that are stored within Redis. I haven't encountered this problem when running the hosted Quirrel, so i'm assuming it's not something in the Quirrel codebase, but rather something with the Redis or Docker configuration. Have you tried running Redis outside of Docker, to eliminate that potential source of errors? |
Beta Was this translation helpful? Give feedback.
-
Hi, I need some help! |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I've been running quirrel in my production app for a while now but I keep running into the same issue:
After a while, usually a week or so, quirrel.enqueue throws an unauthenticated error.
Usually I have to rerun my curl cmd and run another production build afterwards. I'm pretty fed up with this routine as it basicly breaks my production app.
I am running redis & Quirrel with docker-compose
I'm somewhat new to working with docker so I hope anyone could help me out with my setup.
Here is my yaml file:
How is this redis instance not persistent?
Hope someone can point my in the right direction.
& Thank you
Beta Was this translation helpful? Give feedback.
All reactions