View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Supportez nous sur Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - Cron stops after 30 seconds - ProjeQtOr

Prochaines Sessions

Les prochaines formations et démonstrations sont ouvertes, inscrivez-vous rapidement !

 

Démonstration de ProjeQtOr

(gratuit, sur inscription)
 

13 mai 2025 (10h30-12h)

5 juin 2025 (16h-17h30)

 
 

Planifiez avec ProjeQtOr

14 et 15 mai 2025 (9h-12h30)

18 et 19 juin 2025 (9h-12h30)

 
 

Administrez avec ProjeQtOr

20 et 21 mai (9h-12h30)

25 et 26 juin (9h-12h30)

 

 

 

Cron stops after 30 seconds

More
07 Jan 2015 18:24 #1 by ndusch
Hello Babynus,

Cron in background task stops after 30 seconds and doesn't restart anymore.

I think there is a bug in "projeqtor_set_time_limit($timeout)" function and "tool/projeqtor.php" file :
if ($max != 0 && $timeout > $max) { // Don't bother if unlimited
@set_time_limit($timeout);
}

By default, PHP sets the time limit to 30 seconds. Before running cron, Projeqtor executes projeqtor_set_time_limit(0);, $max is 30s by default and $timeout is 0, so @set_time_limit is not executed and time limit stay at 30s.

Regards,
The topic has been locked.
More
09 Jan 2015 21:02 #2 by babynus
Replied by babynus on topic Cron stops after 30 seconds
Hi,

You're right !
Fix is relacing the test line
if ($max != 0 && $timeout > $max) { // Don't bother if unlimited
with
if ($max != 0 && ($timeout > $max or $timeout==0) ) { // Don't bother if unlimited

Babynus
Administrator of ProjeQtOr web site
The topic has been locked.
More
09 Jan 2015 21:43 #3 by babynus
Replied by babynus on topic Cron stops after 30 seconds
Fix will be deployed in patch V4.5.4

Babynus
Administrator of ProjeQtOr web site
The topic has been locked.
Moderators: babynusprotion
Time to create page: 0.035 seconds

Paramétrages de cookies

×

Cookies fonctionnels

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Veuillez vous connecter pour voir vos activités!

Autres cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.