diff -Nuar a/vendor/magento/module-cron/etc/cron_groups.xml b/vendor/magento/module-cron/etc/cron_groups.xml
--- a/vendor/magento/module-cron/etc/cron_groups.xml
+++ b/vendor/magento/module-cron/etc/cron_groups.xml
@@ -11,8 +11,8 @@
         <schedule_ahead_for>20</schedule_ahead_for>
         <schedule_lifetime>15</schedule_lifetime>
         <history_cleanup_every>10</history_cleanup_every>
-        <history_success_lifetime>10080</history_success_lifetime>
-        <history_failure_lifetime>10080</history_failure_lifetime>
+        <history_success_lifetime>60</history_success_lifetime>
+        <history_failure_lifetime>4320</history_failure_lifetime>
         <use_separate_process>0</use_separate_process>
     </group>
 </config>
diff -Nuar a/vendor/magento/module-indexer/etc/cron_groups.xml b/vendor/magento/module-indexer/etc/cron_groups.xml
--- a/vendor/magento/module-indexer/etc/cron_groups.xml
+++ b/vendor/magento/module-indexer/etc/cron_groups.xml
@@ -11,8 +11,8 @@
         <schedule_ahead_for>4</schedule_ahead_for>
         <schedule_lifetime>2</schedule_lifetime>
         <history_cleanup_every>10</history_cleanup_every>
-        <history_success_lifetime>10080</history_success_lifetime>
-        <history_failure_lifetime>10080</history_failure_lifetime>
+        <history_success_lifetime>60</history_success_lifetime>
+        <history_failure_lifetime>4320</history_failure_lifetime>
         <use_separate_process>1</use_separate_process>
     </group>
 </config>
