Skip to content
代码片段 群组 项目
未验证 提交 118b4686 编辑于 作者: Pedro Pombeiro's avatar Pedro Pombeiro
浏览文件

Make ci_runners_stale_machines_cleanup_worker job run more frequently

Changelog: changed
上级 b7027a74
No related branches found
No related tags found
无相关合并请求
......@@ -584,7 +584,7 @@ production: &base
# Periodically clean up stale runner machines.
ci_runners_stale_machines_cleanup_worker:
cron: "36 4 * * *"
cron: "36 * * * *"
# GitLab EE only jobs. These jobs are automatically enabled for an EE
# installation, and ignored for a CE installation.
......
......@@ -674,7 +674,7 @@
Settings.cron_jobs['users_migrate_records_to_ghost_user_in_batches_worker']['cron'] ||= '*/2 * * * *'
Settings.cron_jobs['users_migrate_records_to_ghost_user_in_batches_worker']['job_class'] = 'Users::MigrateRecordsToGhostUserInBatchesWorker'
Settings.cron_jobs['ci_runners_stale_machines_cleanup_worker'] ||= {}
Settings.cron_jobs['ci_runners_stale_machines_cleanup_worker']['cron'] ||= '36 4 * * *'
Settings.cron_jobs['ci_runners_stale_machines_cleanup_worker']['cron'] ||= '36 * * * *'
Settings.cron_jobs['ci_runners_stale_machines_cleanup_worker']['job_class'] = 'Ci::Runners::StaleMachinesCleanupCronWorker'
Settings.cron_jobs['packages_cleanup_delete_orphaned_dependencies_worker'] ||= {}
Settings.cron_jobs['packages_cleanup_delete_orphaned_dependencies_worker']['cron'] ||= '*/10 * * * *'
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册