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
To make the application run correctly in the broker settings I specify durable_name=f “consumer-{socket.gethostname()}” otherwise I get the error consumer name already in use. I guess that because of this at some point schedules start to run multiple times. During the first run of docker compose everything works as expected, but the next times the number of schedules starts to increase. The docker container prune solves this for one run, but then it happens again. What can I do in this situation?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have fastapi application + taskiq with nats jetstream.
running with docker compose
To make the application run correctly in the broker settings I specify durable_name=f “consumer-{socket.gethostname()}” otherwise I get the error consumer name already in use. I guess that because of this at some point schedules start to run multiple times. During the first run of docker compose everything works as expected, but the next times the number of schedules starts to increase. The docker container prune solves this for one run, but then it happens again. What can I do in this situation?
Beta Was this translation helpful? Give feedback.
All reactions