Skip to content

Commit

Permalink
Add scheduler.
Browse files Browse the repository at this point in the history
  • Loading branch information
teleyinex committed Oct 23, 2017
1 parent 40bdbca commit a49028b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pybossa/sched.py
Expand Up @@ -148,7 +148,9 @@ def get_candidate_task_ids(project_id, user_id=None, user_ip=None,

def sched_variants():
return [('default', 'Default'), ('breadth_first', 'Breadth First'),
('depth_first', 'Depth First')]
('depth_first', 'Depth First'),
('depth_first_all', 'Depth First All'),
]


def _set_orderby_desc(query, orderby, descending):
Expand Down

0 comments on commit a49028b

Please sign in to comment.