Symbiote\QueuedJobs\Jobs
Classes
An queued job to clean out the QueuedJobDescriptor Table which often gets too full
A job used to delete a data object. Typically used for deletes that need to happen on a schedule, or where the delete may have some onflow affect that takes a while to finish the deletion.
A job for generating a site's google sitemap
An example queued job
A convenience wrapper for running BuildTask implementations.
A job that gets executed on a particular schedule. When it runs, it will call the onScheduledExecution method on the owning dataobject.