itk-dev/os2forms_failed_jobs

Provides list of failed jobs to each form.

Installs: 1 745

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:drupal-module

1.4.0 2024-01-05 12:31 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