Hi Zander, can using Task rate limits solve the problem of concurrency ?
@SoroushAv Жыл бұрын
hi, there is a mistake in the video , if we want to use rate_limit for a specific task we should use @shared_task(rate_limit='1/m') instead of @shared_task(task_rate_limit='1/m')