Open kylehuynh205 opened 3 years ago
Resolved with two PRs: https://github.com/digitalutsc/drupal_fits/pull/6 and https://github.com/digitalutsc/triplestore_indexer/pull/22
Detail: By set max_retries
and retry_delay
in Jobtype class, enable the retry functionality when running a job (failure) in advanced queue,
Enhancement:
In Config form of Fits and Triplestore Indexer module:
Investigate more on how
max_retries = 1
andretry_delay = 79200
work ?Source: https://ericpugh.dev/2020/drupal-advanced-queue-tutorial/