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
Hmm, I just tried a test with docker-compose myself, but I'm not seeing any slowdown on a new install. My regular development install has a lot of data, but even with that I'm not seeing any unexpected slowdowns (there are a few places I know that are slow, but I'm not seeing 30 seconds slow anywhere)
It's going to be difficult for me to allocate time for this right now, but if you can narrow down a bit more of a test case, that'll help me know what to check.
/docker-entrypoint.sh: exec: line 42: createsuperuser: not found
There might be a few places like that which should be prefixed with promgen as the base command. I will try to check and update the docs later 🙇
What version of docker-compose do you use? (check with docker-compose version)
Maybe it is related to docker compose issue. Since recent compose spec is 3.8 and promgen's compose version is 2.
And I use docker compose V2(docker compose), which actually ignores version in compose.yml and uses latest scheme. (docker compose cli versioning docs). Probably it's the reason?
Anyway docker compose V1(docker-compose) is not supported anymore, I think it is good to update compose.yml up-to-date. I'll make a patch if it's ok 😃
It takes more than 30 seconds to load.
Looks like it only happens in main page and login page.
/url
,/rule
,/service
pages are ok.I set up my environment with this commands
(FYI, It didn't work, so I attached web container and executed
promgen createsuperuser
inside)logs
If I enter to slow page(main or login), I can see worker timeout and exiting logs
my environment
The text was updated successfully, but these errors were encountered: