Replies: 1 comment 1 reply
-
hello @Moekali84 i believe the reason to why you are not receiving bids is that the providers that offers IP leases for the SDL i tried do not have enough resources for your SDL. provider 1 only has 105 available threads and provider 2 only 93 available threads. my SDL is the same as yours, only that i use 0.5 threads, 0.5 GB RAM, and 1 GB storage. 128 threads is not a requirement per the installation docs of opendronemap so you should be fine to use fewer, where it looks like you will receive bids. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have Created the deployment below and was successfully able to SSH into it and use it as intended for exactly three. times. now, eveytime i add my IP address to the Expose box and add an "ip name" my deployments never get any bids and it just keeps waiting. Can someone Please Help. (I do have a fake IP below Just Fyi)
version: "2.0"
services:
web:
image: opendronemap/nodeodm
expose:
- port: 3000
as: 80
accept:
- 192.0.0.0
to:
- global: true
ip: home
profiles:
compute:
web:
resources:
cpu:
units: 128
memory:
size: 100GB
storage:
- size: 70Gi
placement:
dcloud:
pricing:
web:
denom: uakt
amount: 1000
deployment:
web:
dcloud:
profile: web
count: 1
endpoints:
home:
kind: ip
Beta Was this translation helpful? Give feedback.
All reactions