Skip to content
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

[Bug]: Setting Consistent Container Names to true still uses bad container names under the hood #2122

Open
dickermoshe opened this issue May 2, 2024 · 3 comments
Assignees

Comments

@dickermoshe
Copy link

Description

I've set Consistent Container Names to true so that I can run commands in a single container of my docker compose deployment.

However when running with what should be the consistent name web-o0og8ko it fails

ScheduledTaskJob failed: No valid container was found. Is the container name correct?

SSHing into the machine I see that the name is actually c8kckc8-web

This is only affecting Scheduled jobs though, one-off tasks still use the web-o0og8ko name.

Btw, should paying customers be filing bugs, or contacting another way?

Minimal Reproduction (if possible, example repository)

N/A

Exception or Error

No response

Version

v4.0.0-beta.273

@hkd987
Copy link

hkd987 commented May 3, 2024

#2053 -> Seeing a similar issue as well

@andrasbacsai andrasbacsai self-assigned this May 4, 2024
Copy link
Member

Btw, should paying customers be filing bugs, or contacting another way?

Anyone can fill bugs.

To your issue, what kind of deployment type do you use? Docker compose / dockerfile / nixpacks, etc.

@dickermoshe
Copy link
Author

dickermoshe commented May 14, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants