Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/crispyDyne/rq-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
crispyDyne committed Jul 29, 2020
2 parents 644bd12 + 6791f98 commit 0cbd6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ project = {'jobs':[
'blocking':True,
'jobs':[ # these two jobs will be run first
{'func':simpleTask,'args': 1},
{'func':addSubJob,'args': 2} # This job adds a sub job with child jobs
{'func':addSubJob,'args': 2} # This job adds a new job with child jobs
# {'jobs': New child jobs are placed here}
],
},
Expand Down

0 comments on commit 0cbd6ba

Please sign in to comment.