“”

Detects stucked scheduler task and stops them after amount of time to be started again (e.g. in case of max_execution time limit and so on) Detects stucked scheduler task and stops them after amount of time to be started again (e.g. in case of max_execution time limit and so on)

no_stucked_scheduler / beta

This version supports TYPO3

Older versions also support TYPO3

Composer support

composer req nerdost/unstuck-scheduler

Tags

#scheduler #execution #tasks #command

Last upload comment

This extension provides a (scheduler) command to end frozen, currently running tasks. This means that these tasks can be restarted at the next cronjob call and are no longer skipped because they are frozen at "running".
The maximum runtime of other tasks can be configured / transferred to the command of this extension using an argument.

Thanks to our sponsors https://nerdost.net and https://www.medismedia.de/

Download 1.0.0 External Manual Found an Issue? Code Insights Packagist.org Donate and Give Kudos
Author
Paul Beck
Last update
21. Mar 2024
First upload
21. Mar 2024
Downloads
50
Category
Frontend Plugins
Dependencies
  • TYPO3 (11.5.0 - 12.4.99)

Installation

  1. Download ZIP file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the ZIP file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.
  1. Go to your folder where the root composer.json file is located
  2. Type: composer req nerdost/unstuck-scheduler to get the latest version that runs on your TYPO3 version.
  1. Download T3X file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the T3X file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.

Other extensions by this user (3)

404 Logging 404 Logging
(simple_log404)

Creates a log overview of 404 errors that have been handled by the standard PageErrorHandler but have not been logged anywhere yet.

Supported TYPO3 versions:

This extension will add a copyright field on every image palette and can show it below each image. All pictures with a copyright can be listed with a plugin. An Image Sitemap XML for Google of ALL used images can be generated by this extension.

Supported TYPO3 versions:
Content Owners Content Owners
(content_owners)

This extension adds a field to tt_content elements or other records to specify the only allowed BE user to edit the record (admins can edit anyway)

Supported TYPO3 versions:

Version history

Version Upload comment Works with TYPO3 Download
1.0.0 / beta
March 21, 2024
This extension provides a (scheduler) command to end frozen, currently running tasks. This means that these tasks can be restarted at the next cronjob call and are no longer skipped because they are frozen at "running".
The maximum runtime of other tasks can be configured / transferred to the command of this extension using an argument.

Thanks to our sponsors https://nerdost.net and https://www.medismedia.de/
11.5.0 - 12.4.99 Download