hi y’all! So I’m trying to limit concurrent access...
# ask-community
j
hi y’all! So I’m trying to limit concurrent access to a resource using Dagster. Ideally, I can kick off multiple runs, but other runs should wait for the resource to free up before beginning execution. I’m trying to do this using
threading.Semaphore
, but it doesn’t seem to be working. Is there another concept that’s more dagster-compatible?
dagster bot not a thread 1