Onur
09/03/2024, 7:14 AMMarvin
09/03/2024, 7:15 AMOnur
09/03/2024, 7:15 AMMarvin
09/03/2024, 7:19 AMRUNNING
. If it's stuck, the transitions might not be happening because of some orchestration rule (you can read about states here: Prefect States).
2. Concurrency Limits: You said you set concurrency limits, but maybe you didn't tag your tasks correctly. Ensure tags are set and check your limits (details are available here: Task Concurrency).
3. Ray Integration: There are known limitations with Ray's Prefect integration. Among other things, if you're using certain Python versions or architectures, you might encounter issues (more on this topic: Prefect-Ray).
In essence, verify tag configurations for concurrency, ensure your environment is compatible with Ray, and double-check the state transitions for your tasks. If none of this helps, well, you'll have to dive deeper or possibly consult with someone who has the patience for massive deployments.
Happy debugging.