SilverStripe Development Tools: Tasks (QueuedJobs version)

https://cresthospital.co.nz

dev → tasks

Update Linkable Class Name

Update the linkable package class name in the database so it doesn't break
Run task Queue job

Linkable Migration Task

Truncate LinkField records and migrate from Linkable records
Run task Queue job

Migrate Block Heading to Title

Migrate the block heading to the title field
Run task Queue job

PublishLinks

No description available
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

File to Svg

Converts all File objects to Svg Objects if an svg
Run task Queue job

Reset Admin Failed Logins

Reset failed login attempts for the Admin user
Run task Queue job

Type Generator

Generate types for the project
Run task Queue job

Clean Up Form Submission Spam Checker

Clean Up Form Submission Spam Checker
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

Static Cache Full Build

Fully build the static cache for the whole site
Parameters:
startAfter
Delay execution until this time. Must be in 24hr format e.g. 1300
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

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