Scheduled Tasks: Edit: Difference between revisions
From Joomla! Documentation
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
==Screenshot== | ==Screenshot== | ||
</translate> | </translate> | ||
When you create a new Task by pushinh the + New button, you wil see the following screen where you can choose which type of task you want to create. | |||
[[Image:Help-4x-components-scheduler-manager-tasks-new<translate> | [[Image:Help-4x-components-scheduler-manager-tasks-new<translate> | ||
en</translate>.png|800px]] | en</translate>.png|800px]] | ||
Line 24: | Line 24: | ||
===Task type Image Size Check=== | ===Task type Image Size Check=== | ||
</translate> | </translate> | ||
<translate>Check images, resize if larger than allowed. Attention: The original file will be overwritten!</translate> | |||
[[Image:Help-4x-components-scheduler-manager-tasks-imagesizecheck<translate> | [[Image:Help-4x-components-scheduler-manager-tasks-imagesizecheck<translate> | ||
en</translate>.png|600px]] | en</translate>.png|600px]] | ||
Line 30: | Line 32: | ||
===Task type Demo Task - Sleep=== | ===Task type Demo Task - Sleep=== | ||
</translate> | </translate> | ||
<translate>Sleep, do nothing for x seconds.</translate> | |||
[[Image:Help-4x-components-scheduler-manager-tasks-demotasksleep<translate> | [[Image:Help-4x-components-scheduler-manager-tasks-demotasksleep<translate> | ||
en</translate>.png|600px]] | en</translate>.png|600px]] | ||
Line 36: | Line 40: | ||
===Task type Stress Memory=== | ===Task type Stress Memory=== | ||
</translate> | </translate> | ||
<translate>What happens to a task when the PHP memory limit is exhausted?</translate> | |||
[[Image:Help-4x-components-scheduler-manager-tasks-stressmemory<translate> | [[Image:Help-4x-components-scheduler-manager-tasks-stressmemory<translate> | ||
en</translate>.png|600px]] | en</translate>.png|600px]] | ||
Line 42: | Line 48: | ||
===Task type Stress Memory, Override Limit=== | ===Task type Stress Memory, Override Limit=== | ||
</translate> | </translate> | ||
<translate>What happens to a task when the system memory is exhausted?</translate> | |||
[[Image:Help-4x-components-scheduler-manager-tasks-stressmemoryoverridelimit<translate> | [[Image:Help-4x-components-scheduler-manager-tasks-stressmemoryoverridelimit<translate> | ||
en</translate>.png|600px]] | en</translate>.png|600px]] | ||
Line 48: | Line 56: | ||
===Task type Resumable Task=== | ===Task type Resumable Task=== | ||
</translate> | </translate> | ||
<translate>A simple task to demonstrate resumable task behaviour.</translate> | |||
[[Image:Help-4x-components-scheduler-manager-tasks-resumabletask<translate> | [[Image:Help-4x-components-scheduler-manager-tasks-resumabletask<translate> | ||
en</translate>.png|600px]] | en</translate>.png|600px]] | ||
Line 54: | Line 64: | ||
===Task type GET Request=== | ===Task type GET Request=== | ||
</translate> | </translate> | ||
<translate>Make GET requests to a server. Supports a custom timeout and authorization headers.</translate> | |||
[[Image:Help-4x-components-scheduler-manager-tasks-getrequest<translate> | [[Image:Help-4x-components-scheduler-manager-tasks-getrequest<translate> | ||
en</translate>.png|600px]] | en</translate>.png|600px]] | ||
Line 60: | Line 72: | ||
===Task type Toggle Offline=== | ===Task type Toggle Offline=== | ||
</translate> | </translate> | ||
<translate>Toggles the site's status on each run.</translate> | |||
[[Image:Help-4x-components-scheduler-manager-tasks-toggleoffline<translate> | [[Image:Help-4x-components-scheduler-manager-tasks-toggleoffline<translate> | ||
en</translate>.png|600px]] | en</translate>.png|600px]] | ||
Line 66: | Line 80: | ||
===Task type Set Site Online=== | ===Task type Set Site Online=== | ||
</translate> | </translate> | ||
<translate>Sets site status to online on each run.</translate> | |||
[[Image:Help-4x-components-scheduler-manager-tasks-setsiteonline<translate> | [[Image:Help-4x-components-scheduler-manager-tasks-setsiteonline<translate> | ||
en</translate>.png|600px]] | en</translate>.png|600px]] | ||
Line 72: | Line 88: | ||
===Task type Set Site Offline=== | ===Task type Set Site Offline=== | ||
</translate> | </translate> | ||
<translate>Sets site status to offline on each run.</translate> | |||
[[Image:Help-4x-components-scheduler-manager-tasks-setsiteoffline<translate> | [[Image:Help-4x-components-scheduler-manager-tasks-setsiteoffline<translate> | ||
en</translate>.png|600px]] | en</translate>.png|600px]] |
Revision as of 15:10, 1 February 2022
This article or section is incomplete, which means it may be lacking information. You are welcome to assist in its completion by editing it as well. If this article or section has not been edited in several days, please consider helping complete the content.
This article was last edited by MartijnM (talk| contribs) 3 years ago. (Purge)
Description
How To Access
- Select System → Manage → Scheduled Tasks and push the '+ New' button from the toolbar or..
- Select System → Manage → Scheduled Tasks and select a Task from the list.
Screenshot
When you create a new Task by pushinh the + New button, you wil see the following screen where you can choose which type of task you want to create.
Task type Image Size Check
Check images, resize if larger than allowed. Attention: The original file will be overwritten!
Task type Demo Task - Sleep
Sleep, do nothing for x seconds.
Task type Stress Memory
What happens to a task when the PHP memory limit is exhausted?
Task type Stress Memory, Override Limit
What happens to a task when the system memory is exhausted?
Task type Resumable Task
A simple task to demonstrate resumable task behaviour.
Task type GET Request
Make GET requests to a server. Supports a custom timeout and authorization headers.
Task type Toggle Offline
Toggles the site's status on each run.
Task type Set Site Online
Sets site status to online on each run.
Task type Set Site Offline
Sets site status to offline on each run.