Skip to content

Commit

Permalink
Add workaround for Queue plugin
Browse files Browse the repository at this point in the history
Until we merge #2965
  • Loading branch information
trang authored Sep 11, 2022
1 parent 2c9a6cb commit 566345d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/app_queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
'defaultworkertimeout' => 120,

// seconds of running time after which the worker will terminate (0 = unlimited)
'workermaxruntime' => 20*60,
// 'workermaxruntime' => 20*60,
'workermaxruntime' => 20*60 -10, # -10: temporary workaround https://github.com/Tatoeba/tatoeba2/pull/2965

// minimum time (in seconds) which a task remains in the database before being cleaned up.
'cleanuptimeout' => 2000,
Expand Down

0 comments on commit 566345d

Please sign in to comment.