1 Answer
- Newest
- Most votes
- Most comments
0
If you want parallel dags to run in EC2, you need to use another executor. Sequential executor will only allow single dag to run. You can use celery executor which is used for production level tasks. You can use Local executor also if you are just testing things out.
answered 2 years ago
Relevant content
- AWS OFFICIALUpdated 2 years ago
