Skip to content

Commit

Permalink
pkp/pkp-lib#4622 Add to queue driver config description
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr committed Jan 18, 2022
1 parent d98125a commit 5bfff7b
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions config.TEMPLATE.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -507,15 +507,20 @@
; cainfo = ""


;;;;;;;;;;;;;;;;;;;
; Queues Settings ;
;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;
; Job Queues Settings ;
;;;;;;;;;;;;;;;;;;;;;;;

[queues]

; Default queue driver to be used
; Default queue driver
default_connection = "database"
; Default queue to be used if someone forgot to associate a queue during Queue::push();

; Default queue to use when a job is added to the queue
default_queue = "queue"
; Flag to disable the jobs to run at php shutdown
disable_jobs_run_at_shutdown = Off

; Do not run jobs on shutdown
; By default, jobs in the queue will be run during PHP's shutdown
; function. Disable this if you want to run jobs through a separate
; cron job or workers.
disable_jobs_run_at_shutdown = Off

0 comments on commit 5bfff7b

Please sign in to comment.