Skip to content

Commit

Permalink
Merge pull request pkp#1662 from touhidurabir/i9823_main
Browse files Browse the repository at this point in the history
pkp/pkp-lib#9823 update the crontrol job processing via scheduler
  • Loading branch information
touhidurabir authored Aug 2, 2024
2 parents e3e2690 + 1309bd9 commit 014854c
Show file tree
Hide file tree
Showing 3 changed files with 9 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 @@ -568,6 +568,11 @@
; memory_limit the server has configured for PHP.
job_runner_max_memory = 80

; Controls whether queued jobs should be processed by the task scheduler.
; This setting has no effect when the job_runner and the [schedule].task_runner are enabled,
; on this situation the jobs will be processed solely by the job runner.
process_jobs_at_task_scheduler = Off

; 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
3 changes: 3 additions & 0 deletions docs/release-notes/README-3.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ 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:
- process_jobs_at_task_scheduler (default value: Off): Controls whether queued jobs should be executed together with the scheduled tasks.


New Features
------------
Expand Down

0 comments on commit 014854c

Please sign in to comment.