Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Documented new Taskomatic schedules (bsc#1273021)
- Clarified requirement to update to the latest maintenance update before upgrading or migrating between versions (bsc#1270262)
- Documented PAYG connection deletion and synchronization behavior, and fixed a broken cross-reference (github#31801)
- Added CI action and script to comment on pull requests with latest HTML and PDF artifact links
Expand Down
9 changes: 8 additions & 1 deletion en/modules/administration/pages/task-schedules.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[[ref.webui.admin.schedules]]
= Task Schedules
:revdate: 2025-07-03
:revdate: 2026-09-16
:page-revdate: {revdate}


Expand Down Expand Up @@ -48,6 +48,10 @@ Cleans up stale package change log and monitoring time series data from the data
menu:clear-taskologs-default[]::
Clears task engine (taskomatic) history data older than a specified number of days, depending on the job type, from the database.

menu:clm-diff-default[]::
Compares CLM channels in a queue to their original channels and stores the differences in the reporting database.
The menu:compare-task-default[] schedule adds channels to this queue.

menu:cobbler-sync-default[]::
Synchronizes distribution and profile data from {productname} to {cobbler}.
For more information about autoinstallation powered by {cobbler}, see xref:client-configuration:autoinst-intro.adoc[].
Expand All @@ -58,6 +62,9 @@ To review comparisons, click menu:Systems[] tab and select the system of interes
Go to menu:Configuration[Compare Files].
For more information, see xref:reference:systems/system-details/sd-configuration.adoc#sd-config-compare-files[].

menu:compare-task-default[]::
Schedules comparison tasks, such as finding differences for CLM channels.

menu:cve-server-channels-default[]::
Updates internal pre-computed CVE data that is used to display results on the menu:Audit[CVE Audit] page.
Search results in the menu:Audit[CVE Audit] page are updated to the last run of this schedule.
Expand Down
Loading