namespace Openclerk\Jobs
Child Namespaces
- Openclerk\Jobs\Migrations - 3 classes
Interfaces
Name | Description |
---|---|
Job | Represents a single Job that needs to be run. |
Classes
Name | Description |
---|---|
JobQueuer | A helper class to find job instances that need to be run, and queue them up in the database. Job running is managed by JobRunner. |
JobQueuerException | |
JobRunner | A helper class to select job instances, run them, and manage their pass/fail statuses. Job queueing is managed by JobQueuer. |
MetricsReport | |
MetricsReportJob |