cron μŠ€μΌ€μ€„

클래슀
μŠ€μΌ€μ€„
λ‹€μŒ μ˜ˆμ • μΌμ‹œ
λ§ˆμ§€λ§‰ μ‹€ν–‰ μΌμ‹œ
μƒνƒœ
project_registration
Automatically scan for projects and register them if configuration file is present
ProjectRegistrationJob
μŠ€μΌ€μ€„
0 6 * * *
λ‹€μŒ μ˜ˆμ • μΌμ‹œ
λ§ˆμ§€λ§‰ μ‹€ν–‰ μΌμ‹œ
μƒνƒœ
ν™œμ„±
{
  "key": "project_registration",
  "class": "ProjectRegistrationJob",
  "cron": "0 6 * * *",
  "set": "None",
  "description": "Automatically scan for projects and register them if configuration file is present"
}
security_vulnerability_update
Update local copy of GitHub Advisory Database
VulnerabilityUpdateJob
μŠ€μΌ€μ€„
0 */12 * * *
λ‹€μŒ μ˜ˆμ • μΌμ‹œ
λ§ˆμ§€λ§‰ μ‹€ν–‰ μΌμ‹œ
μƒνƒœ
ν™œμ„±
{
  "key": "security_vulnerability_update",
  "class": "VulnerabilityUpdateJob",
  "cron": "0 */12 * * *",
  "set": "None",
  "description": "Update local copy of GitHub Advisory Database"
}
dynamic_job_scheduler
Schedule dependency update jobs based on their cron expressions
DynamicJobSchedulerJob
μŠ€μΌ€μ€„
*/30 * * * * *
λ‹€μŒ μ˜ˆμ • μΌμ‹œ
λ§ˆμ§€λ§‰ μ‹€ν–‰ μΌμ‹œ
μƒνƒœ
ν™œμ„±
{
  "key": "dynamic_job_scheduler",
  "class": "DynamicJobSchedulerJob",
  "cron": "*/30 * * * * *",
  "set": "None",
  "description": "Schedule dependency update jobs based on their cron expressions"
}
log_entry_cleanup
Delete expired dependency update execution log entries
LogEntryCleanupJob
μŠ€μΌ€μ€„
0 */2 * * *
λ‹€μŒ μ˜ˆμ • μΌμ‹œ
λ§ˆμ§€λ§‰ μ‹€ν–‰ μΌμ‹œ
μƒνƒœ
ν™œμ„±
{
  "key": "log_entry_cleanup",
  "class": "LogEntryCleanupJob",
  "cron": "0 */2 * * *",
  "set": "None",
  "description": "Delete expired dependency update execution log entries"
}