← Shopware 6.4.8.0

Shopware 6.4.8.0 scheduled_task

Registry of periodic background tasks (e.g. cache cleanup, sitemap generation) with their schedules.

Columns

9 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
name varchar(255) NO
scheduled_task_class varchar(512) NO Unique
run_interval int(11) NO
status varchar(255) NO
last_execution_time datetime(3) YES
next_execution_time datetime(3) NO
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

2 indexes

Index Name Columns Unique
PRIMARY id Yes
uniq.scheduled_task.scheduled_task_class scheduled_task_class Yes

Relations (to this table)

1 relations

Local Field Foreign Table Foreign Field
id dead_message scheduled_task_id