-
Notifications
You must be signed in to change notification settings - Fork 461
Delayed Jobs
Henne Vogelsang edited this page Aug 10, 2017
·
8 revisions
Information about the reoccurring jobs we run
| Job | queue | triggered by | schedule frequency |
|---|---|---|---|
| CleanupEvents | default | clockworkd | once per day |
| CleanupNotifications | default | clockworkd | every hour |
| ConfigurationWriteToBackendJob | default | Configuration | after_save |
| ConsistencyCheckJob | default | clockworkd | once per week |
| EventNotifyBackendJob | default | clockworkd | every 30 seconds |
| IssueTrackerFetchIssuesJob | issuetracking | Issue | after_create |
| IssueTrackerUpdateIssuesJob | issuetracking | clockword | every hour |
| IssueTrackerWriteToBackendJob | default | IssueTracker | after_save |
| [[UpdatePackageMetaJob | The-BackendPackage-Cache]] | default | IssueTracker |
| [[PackageUpdateIfDirtyJob | The-BackendPackage-Cache]] | default | Package.sources_changed |
| ProjectCreateAutoCleanupRequests | default | clockword | once per day |
| ProjectLogRotateJob | project_log_rotate | clockword | every 10 minutes |
| SendEventEmailsJob | mailers | clockword | every 30 seconds |
| StatusHistoryRescalerJob | quick | clockword | every 49 minutes |
| [[UpdateBackendInfosJob | The-BackendPackage-Cache]] | default | Event::Package classes |
| [[UpdatePackagesIfDirtyJob | The-BackendPackage-Cache]] | default(prio:10) | clockworkd |
| UpdateReleasedBinaries | releasetracking | Event::Packtrack | after_create |
- Development Environment Overview
- Development Environment Tips & Tricks
- Spec-Tips
- Code Style
- Rubocop
- Testing with VCR
- Test in kanku
- Authentication
- Authorization
- Autocomplete
- BS Requests
- Events
- ProjectLog
- Notifications
- Feature Toggles
- Build Results
- Attrib classes
- Flags
- The BackendPackage Cache
- Maintenance classes
- Cloud uploader
- Delayed Jobs
- Staging Workflow
- StatusHistory
- OBS API
- Owner Search
- Search
- Links
- Distributions
- Repository
- Data Migrations
- Package Versions
- next_rails
- Ruby Update
- Rails Profiling
- Remote Pairing Setup Guide
- Factory Dashboard
- osc
- Setup an OBS Development Environment on macOS
- Run OpenQA smoketest locally
- Responsive Guidelines
- Importing database dumps
- Problem Statement & Solution
- Kickoff New Stuff
- New Swagger API doc
- Documentation and Communication
- GitHub Actions
- Brakeman
- How to Introduce Software Design Patterns
- Query Objects
- Services
- View Components
- RFC: Core Components
- RFC: Decorator Pattern
- RFC: Backend models
- RFC: Hotwire Turbo Frames Pattern