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

Failing to deploy using docker on digital ocean app platform #128

Closed
mohmyo opened this issue Oct 8, 2023 · 1 comment
Closed

Failing to deploy using docker on digital ocean app platform #128

mohmyo opened this issue Oct 8, 2023 · 1 comment

Comments

@mohmyo
Copy link

mohmyo commented Oct 8, 2023

image

We have been trying to solve this problem for some time with no luck, as far as we understand the problem is, 'copying from a friend',

The problem is related to the multithreading implementation of Python underlying the library itself which requires shared memory and semaphore allocation actions which are not supported by the underlying gVisor of Digital Ocean Platform

So, is there a solution to this problem?

What we are using:

django-q2==1.5.5
django==4.2.5
and python 3.8

also as a reference, it seems like the same issue was there before with django-q, here: Koed00#522

Thank you!

@mohmyo
Copy link
Author

mohmyo commented Oct 9, 2023

For anyone coming later to save you time.

We solved the problem by upgrading Python to 3.10 or 3.11, both work and 3.7 works too. but 3.8 and 3.9 doesn't work.

Thank you!

@mohmyo mohmyo closed this as completed Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant