Eric
02/19/2025, 4:26 PMBianca Hoch
02/20/2025, 8:15 PMRunning
, Cancelling
, in addition to Pending
. If they're old, you'll want to ensure they are either Cancelled
or deleted to free up those slots.Eric
02/20/2025, 8:16 PMBianca Hoch
02/20/2025, 8:48 PMDEBUG
level logs in this case, at least for a flow where you see tasks getting stuck quite often.
You can set it as an environment variable like so: export PREFECT_LOGGING_LEVEL=DEBUG
Side note, what kind of infrastructure are you using for your flows?Eric
02/20/2025, 8:49 PMBianca Hoch
02/20/2025, 9:15 PMNicolas Zapata
02/21/2025, 3:08 PM"received abort during orchestration: The enclosing flow must be running to begin task execution. Task run is in PENDING state"
. Turns out i had 2 flows were task were labeled as "retrying" and those were filling up my concucrrency_slots. Thanks for the clues from this thread we were able to solve it by resertting the concurrecnty slos in the configuration