itk-dev / os2forms_failed_jobs
Provides list of failed jobs to each form.
Installs: 2 258
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:drupal-module
Requires
- php: ^8.2
- drupal/advancedqueue: ^1.0
- drupal/webform: ^6.0
- drush/drush: ^11 || ^12
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: ^0.7.2
- drupal/coder: ^8.3
- mglaman/drupal-check: ^1.4
- mglaman/phpstan-drupal: ~1.2.0
This package is auto-updated.
Last update: 2024-11-03 14:31:57 UTC
README
Provides list of failed jobs to each form through drupal views.
Installation
Require it with composer:
composer require "itk-dev/os2forms_failed_jobs"
Enable it with drush:
drush pm:enable os2forms_failed_jobs
Usage
A new tab should appear in each webforms results menu.
- All failed jobs from advanced queue related to the webform are displayed.
- Each job can be retried which will re-queue the job in the advanced queue.
Coding standards
Run phpcs with the provided configuration:
composer coding-standards-check // Apply coding standards composer coding-standards-apply