- Issue was unassigned.
 - Status changed to Fixed
almost 3 years ago 11:40am 19 January 2023 Automatically closed - issue fixed for 2 weeks with no activity.
Currently all cron jobs are scheduled to run every 15 min.
We need to add default config files for the cron jobs.
1- install Varbase
2- Open the cron page admin/config/system/cron/jobs
Have a basic default configs for the following Ultimate Cron starter values:
scheduler:
  id: simple
  configuration:
    rules:
      - '0+@ 0 * * *'
launcher:
  id: serial
  configuration:
    timeouts:
      lock_timeout: 3600
    launcher:
      thread: 0
logger:
  id: database
  configuration:
    method: '3'
    expire: 1209600
    retain: 1000
scheduler:
  id: simple
  configuration:
    rules:
      - '0+@ */3 * * *'
launcher:
  id: serial
  configuration:
    timeouts:
      lock_timeout: 3600
    launcher:
      thread: 0
logger:
  id: database
  configuration:
    method: '3'
    expire: 1209600
    retain: 1000
scheduler:
  id: simple
  configuration:
    rules:
      - '*/30+@ * * * *'
launcher:
  id: serial
  configuration:
    timeouts:
      lock_timeout: 3600
    launcher:
      thread: 0
logger:
  id: database
  configuration:
    method: '3'
    expire: 1209600
    retain: 1000
scheduler:
  id: simple
  configuration:
    rules:
      - '0+@ 0 * * *'
launcher:
  id: serial
  configuration:
    timeouts:
      lock_timeout: 3600
    launcher:
      thread: 0
logger:
  id: database
  configuration:
    method: '3'
    expire: 1209600
    retain: 1000
scheduler:
  id: simple
  configuration:
    rules:
      - '0+@ 0 * * 0'
launcher:
  id: serial
  configuration:
    timeouts:
      lock_timeout: 3600
    launcher:
      thread: 0
logger:
  id: database
  configuration:
    method: '3'
    expire: 1209600
    retain: 1000
scheduler:
  id: simple
  configuration:
    rules:
      - '0+@ */3 * * *'
launcher:
  id: serial
  configuration:
    timeouts:
      lock_timeout: 3600
    launcher:
      thread: 0
logger:
  id: database
  configuration:
    method: '3'
    expire: 1209600
    retain: 1000
scheduler:
  id: simple
  configuration:
    rules:
      - '0+@ * * * *'
launcher:
  id: serial
  configuration:
    timeouts:
      lock_timeout: 3600
    launcher:
      thread: 0
logger:
  id: database
  configuration:
    method: '3'
    expire: 1209600
    retain: 1000
scheduler:
  id: simple
  configuration:
    rules:
      - '0+@ * * * *'
launcher:
  id: serial
  configuration:
    timeouts:
      lock_timeout: 3600
    launcher:
      thread: 0
logger:
  id: database
  configuration:
    method: '3'
    expire: 1209600
    retain: 1000
scheduler:
  id: simple
  configuration:
    rules:
      - '0+@ * * * *'
launcher:
  id: serial
  configuration:
    timeouts:
      lock_timeout: 3600
    launcher:
      thread: 0
logger:
  id: database
  configuration:
    method: '3'
    expire: 1209600
    retain: 1000
scheduler:
  id: simple
  configuration:
    rules:
      - '0+@ 0 * * *'
launcher:
  id: serial
  configuration:
    timeouts:
      lock_timeout: 3600
    launcher:
      thread: 0
logger:
  id: database
  configuration:
    method: '3'
    expire: 1209600
    retain: 1000
scheduler:
  id: simple
launcher:
  id: serial
logger:
  id: database
scheduler:
  id: simple
  configuration:
    rules:
      - '0+@ 0 * * *'
launcher:
  id: serial
  configuration:
    timeouts:
      lock_timeout: 3600
    launcher:
      thread: 0
logger:
  id: database
  configuration:
    method: '3'
    expire: 1209600
    retain: 1000
scheduler:
  id: simple
launcher:
  id: serial
logger:
  id: database
scheduler:
  id: simple
  configuration:
    rules:
      - '0+@ */3 * * *'
launcher:
  id: serial
  configuration:
    timeouts:
      lock_timeout: 3600
    launcher:
      thread: 0
logger:
  id: database
  configuration:
    method: '3'
    expire: 1209600
    retain: 1000
scheduler:
  id: simple
  configuration:
    rules:
      - '0+@ */6 * * *'
launcher:
  id: serial
  configuration:
    timeouts:
      lock_timeout: 3600
    launcher:
      thread: 0
logger:
  id: database
  configuration:
    method: '3'
    expire: 1209600
    retain: 1000
scheduler:
  id: simple
  configuration:
    rules:
      - '0+@ 0 * * 0'
launcher:
  id: serial
  configuration:
    timeouts:
      lock_timeout: 3600
    launcher:
      thread: 0
logger:
  id: database
  configuration:
    method: '3'
    expire: 1209600
    retain: 1000
Fixed
9.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.