itk-dev / os2forms_failed_jobs
Provides list of failed jobs to each form.
Installs: 4 076
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:drupal-module
pkg:composer/itk-dev/os2forms_failed_jobs
Requires
- php: ^8.3
 - 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
 
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