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 2, 2024
1 parent 574df45 commit 4f45ac2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.TEMPLATE.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,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
------------
#9566 : Convert session and cookie management to Laravel
Expand Down

0 comments on commit 4f45ac2

Please sign in to comment.