Skip to content

Commit

Permalink
Fix typo in comment in prioritize_queued method
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy Gao committed Apr 7, 2016
1 parent 8558cbd commit f509ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ def prioritize_queued(self, session, executor, dagbag):
for pool, tis in list(d.items()):
if not pool:
# Arbitrary:
# If queued outside of a pool, trigger no more than 32 per run
# If queued outside of a pool, trigger no more than 128 per run
open_slots = 128
else:
open_slots = pools[pool].open_slots(session=session)
Expand Down

0 comments on commit f509ac6

Please sign in to comment.