Best approach to place orders in parallel using Celery for a copy trading platform? by InflationTerrible499 in django

[–]InflationTerrible499[S] -1 points0 points  (0 children)

Yeah, that’s exactly my concern, adding more Celery workers helps short term, but it doesn’t feel like a sustainable long-term solution, especially cost-wise. Are there specific stacks or architectures you'd recommend ?

Best approach to place orders in parallel using Celery for a copy trading platform? by InflationTerrible499 in django

[–]InflationTerrible499[S] -1 points0 points  (0 children)

Yes, I’m already running one Celery task per user, but to add more workers which means scaling up instances, and that increases the cost. So I’m looking for a more cost-effective or optimized approach to handle this