Limit Concurrency and Inspect the Supervisors
Learn to limit the number of jobs we can run concurrently and examine the count_children function of their supervisor.
Limit the concurrency of import jobs
We now put our new running_imports/0
to use. Let’s add this check to Jobber.start_job/1
:
Get hands-on with 1300+ tech skills courses.