earthcube / scheduler

Scheduling approaches related to gleaner tooling
Apache License 2.0
0 stars 0 forks source link

dagster deployment: add 'namespaces' so services in different stacks do not conflict #77

Closed valentinedwv closed 7 months ago

valentinedwv commented 9 months ago

Ideally, we will run schedulers for multiple 'communities' in the same dagster, but for now, we need to run them as separate stacks.

This means that is a community uses a resource of the same name (or a dev instance runs on same docker swarm), that they need to not cause a conflict (usually 409 error) if they end up running at same time.

So, treafik labels, and service names generated need to not conflict.

Probably more