Merge pull request #4378 from ryanpetrello/run-rabbit-run

don't filter out schedules that have a null `next_run`

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot]
2019-07-25 21:34:03 +00:00
committed by GitHub

View File

@@ -271,7 +271,6 @@ const jobsSchedulesRoute = {
params: {
schedule_search: {
value: {
next_run__isnull: 'false',
order_by: 'unified_job_template__polymorphic_ctype__model'
},
dynamic: true