File "job_queue_fonctions.php"
Full path: /home/argothem/www/v4_old/prive/squelettes/contenu/job_queue_fonctions.php
File size: 324 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
function job_queue_block_and_watch() {
// bloquer la queue sur ce hit
// pour avoir coherence entre l'affichage de la liste de jobs
// et les jobs en base en fin de hit
define('_DEBUG_BLOCK_QUEUE', true);
include_spip('inc/genie');
genie_queue_watch_dist();
}