Coding standards
Security in ResourceSpace
Developer reference
Database
Action functions
Admin functions
Ajax functions
Annotation functions
API functions
Collections functions
Comment functions
Config functions
CSV export functions
Dash functions
Debug functions
Encryption functions
Facial recognition functions
File functions
General functions
Language functions
Log functions
Login functions
Message functions
Migration functions
Node functions
PDF functions
Plugin functions
Render functions
Reporting functions
Request functions
Research functions
Slideshow functions
Theme permission functions
User functions
Video functions
Database functions
Metadata functions
Resource functions
Search functions
Map functions
Job functions
Tab functions
Test functions

Table: job_queue

The job queue - a list of active offline jobs such as preview processing.

ColumnTypeNote
refint(11)Auto incrementing index
typevarchar(100)Job type e.g. collection_download that matches the name of handler files in include/job_handlers. Custom types can be created by plugins if they also include a handler
job_datamediumtextJSON encoded job data
start_datedatetimeEarliest time to start the job
userint(11)See table user
statusint(11)Job status code e.g. STATUS_COMPLETE. See definitions.php
success_textvarchar(250)Text to include in message if job completes successfully
failure_textvarchar(250)Text to include in message if job fails
job_codevarchar(100)Unique hash. Used to prevent duplicate jobs
prioritytinyint(1)Job priority. Lower numbers are higher priority. Refer to definitions.php and Knowledge Base for more information

This table is empty by default.

Please see the schema overview for context. This document was last updated on the 17th of November 2024 at 15:05 (Europe/London time).