SilverStripe Development Tools: Tasks (QueuedJobs version)

https://catholic.ruby.testsite.nz

dev → tasks

Import RSS Feed Task (CathNews)

Fetches the latest items from an RSS feed...
Run task Queue job

Migrate MediaRelease to BlogPost (in-place, SS6)

Swaps ClassName in SiteTree and seeds Blog/BlogPost tables from MediaRelease data
Run task Queue job

MigrateContentToElement

When installing Elemental this task converts content in the $Content field to an ElementContent
Run task Queue job

Reset Globally Enabled elements

Reset individual elements 'AvailableGlobally' setting via the YAML config
Run task Queue job

Hydrate the focuspoint extension image size cache

Run this task to cache all image sizes, and speed up image generation
Run task Queue job

Login Session Garbage Collection Task

Removes expired login sessions and "remember me" hashes from the database
Run task Queue job

Invalidate All Login Sessions Task

Removes all login sessions and "remember me" hashes (including yours) from the database
Run task Queue job

Copy pages to different subsite

Handy alternative to copying pages when creating a subsite through the UI
Parameters:
from
ID of the subsite to copy from
to
ID of the subsite to copy to
virtual
Create virtual pages instead of duplicating pages [default: 0]
Run task Queue job

Symbiote\QueuedJobs\Tasks\CheckJobHealthTask

A task used to check the health of jobs that are "running". Pass a specific queue as the "queue" parameter or otherwise the "Queued" queue will be checked
Parameters:
queue
The queue to check [default: queued]
Run task Queue job

Symbiote\QueuedJobs\Tasks\PublishItemsTask

No description available
Parameters:
parent
The ID of the page you want to publish. This page and its children will be published
Run task Queue job

Algolia Configure

Sync Algolia index configuration
Run task Queue job

Algolia Inspect

Inspect Algolia index configuration
Run task Queue job

Algolia Reindex

Reindex objects to Algolia
Parameters:
only
Only index objects of this class
filter
Filter to apply when fetching objects
force
Force indexing of all objects [default: 0]
subsite
Only index objects from this subsite
clear
Clear all indexes before reindexing [default: 0]
Run task Queue job

Algolia Reindex Item

Reindex a single item to Algolia
Parameters:
class
The class name of the object to reindex
id
The ID of the object to reindex
Run task Queue job

Clear InterventionBackend cache

Clears caches for InterventionBackend
Run task Queue job

Deletes all temporary test databases

Cleans up leftover databases from aborted test executions (starting with ss_tmpdb)
Run task Queue job

i18n Textcollector Task

Traverses through files in order to collect the "entity master tables" stored in each module.
Parameters:
locale
Sets default locale
writer
Custom writer class (must implement the SilverStripe\i18n\Messages\Writer interface)
module
One or more modules to limit collection (comma-separated)
merge
Merge new strings with existing ones already defined in language files [default: true] [default: 1]
Run task Queue job

Checking broken External links in the SiteTree

A task that records external broken links in the SiteTree
Run task Queue job

Migrate Focus-Point Field-Values.

Migrate Focus-Point fields from v2 to v3 or vice-versa.
Parameters:
direction
"up" if migrating from old to new, "down" to revert a migration
Run task Queue job

Symbiote\QueuedJobs\Tasks\CreateQueuedJobTask

A task used to create a queued job. Pass the queued job class name as the "name" parameter, pass an optional "start" parameter (parseable by strtotime) to set a start time for the job.
Parameters:
name
Fully qualified classname for the job to queue
start
When to start the job. Must be parsable by strtotime
Run task

Delete all queued jobs.

Remove all queued jobs from the database. Use with caution!
Parameters:
confirm
Confirm you want to delete the jobs [default: 0]
Run task

Symbiote\QueuedJobs\Tasks\ProcessJobQueueTask

Used via a cron job to execute queued jobs that need to be run.
Parameters:
list
List jobs instead of processing a queue [default: 0]
job
A specific job to run
queue
The queue to process [default: queued]
Run task