Skip to content

activeDeadlineSeconds to Drupal and Frontend charts#528

Merged
Jancis merged 5 commits into
release/2026-04-14from
feature/TKU-1170-activeDeadlineSeconds
Apr 14, 2026
Merged

activeDeadlineSeconds to Drupal and Frontend charts#528
Jancis merged 5 commits into
release/2026-04-14from
feature/TKU-1170-activeDeadlineSeconds

Conversation

@operinko
Copy link
Copy Markdown
Contributor

@operinko operinko commented Apr 9, 2026

drupal/templates/drupal-cron.yaml:
activeDeadlineSeconds is only rendered when $job.activeDeadlineSeconds or $.Values.php.cronJobDefaults.activeDeadlineSeconds is set.
Per-job value takes precedence over the cronJobDefaults.

frontend/templates/services-cron.yaml:
Only rendered when $job.activeDeadlineSeconds or $.Values.cronJobDefaults.activeDeadlineSeconds is set.
Per-job value takes precedence over the cronJobDefaults.

# Per-job (drupal)
php:
  cron:
    drupal:
      activeDeadlineSeconds: 7200

# Or as a default for all cron jobs (drupal)
php:
  cronJobDefaults:
    activeDeadlineSeconds: 7200

# Per-job (frontend)
services:
  node:
    cron:
      myjob:
        activeDeadlineSeconds: 7200

# Or as a default for all cron jobs (frontend)
cronJobDefaults:
  activeDeadlineSeconds: 7200

No value set - no activeDeadlineSeconds in the rendered manifest.

@operinko operinko requested a review from ArtisKrumins April 9, 2026 07:36
@ArtisKrumins ArtisKrumins requested a review from Jancis April 10, 2026 13:15
@Jancis Jancis changed the base branch from master to release/2026-04-14 April 14, 2026 13:51
@Jancis Jancis changed the title TKU-1170/SLT-1301 - activeDeadlineSeconds to Drupal and Frontend charts activeDeadlineSeconds to Drupal and Frontend charts Apr 14, 2026
@Jancis Jancis merged commit 05c77f1 into release/2026-04-14 Apr 14, 2026
8 checks passed
@Jancis Jancis deleted the feature/TKU-1170-activeDeadlineSeconds branch April 14, 2026 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants