You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to rq-scheduler so pardon if this is a stupid question.
Recently when looking through my app's logs I've started seeing this:
scheduler_1 | 10:48:05 Lock already taken - skipping run
I have rq scheduler running in a Docker container as part of a bigger docker-compose app. I have 1 scheduler and some 15 workers, + Redis to record jobs.
What exactly does the above line mean? Did I somehow end up with more than 1 scheduler process? I seem to never have had more than one scheduler container running (I checked).
The text was updated successfully, but these errors were encountered:
I'm new to rq-scheduler so pardon if this is a stupid question.
Recently when looking through my app's logs I've started seeing this:
I have rq scheduler running in a Docker container as part of a bigger
docker-compose
app. I have 1 scheduler and some 15 workers, + Redis to record jobs.What exactly does the above line mean? Did I somehow end up with more than 1 scheduler process? I seem to never have had more than one scheduler container running (I checked).
The text was updated successfully, but these errors were encountered: