Skip to content

Commit

Permalink
pkp/pkp-lib#9823 update the crontrol job processing via scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Aug 1, 2024
1 parent 92a894c commit 7bce15e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions config.TEMPLATE.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,11 @@
; memory_limit the server has configured for PHP.
job_runner_max_memory = 80

; Allow queue jobs to be processed via schedula task.
; Note that when scheduler ruuning in web request mode and if the job_runner is set
; it will not process jobs via schedule task as both mechanism same method.
; schedule_job_process = On

; Remove failed jobs from the database after the following number of days.
; Remove this setting to leave failed jobs in the database.
delete_failed_jobs_after = 180
Expand Down
6 changes: 5 additions & 1 deletion docs/release-notes/README-3.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ New config.inc.php section for schedule task named schedule is added, with the f

- The setting general.scheduled_tasks has been removed. It was supposed to control the schedule tasks but had no impact.

New config.inc.php parameters added for queues:
- schedule_job_process (default value: On), control the process of queue jobs via task scheduler


New Features
------------
#9566 : Convert session and cookie management to Laravel
#9895 : Introduce APP KEY feature of Laravel

#9823: Improve job runner configuration/execution

0 comments on commit 7bce15e

Please sign in to comment.