diff --git a/src/nextflow.config b/src/nextflow.config
index 58daa8516c6defa2db95ead8937dd04a7527ff2f..76baf8868053989a6057d93732ef54922f982a10 100644
--- a/src/nextflow.config
+++ b/src/nextflow.config
@@ -20,8 +20,8 @@ profiles {
     charliecloud.runOptions = "--bind /scratch:/scratch --bind /Xnfs:/Xnfs --bind /home:/home"
 
     process{
-      //errorStrategy = { sleep(Math.pow(2, task.attempt) * 200 as long); return 'retry' }
-      //maxRetries = 3
+      errorStrategy = { sleep(Math.pow(2, task.attempt) * 200 as long); return 'retry' }
+      maxRetries = 3
       executor = "slurm"
       queue = "Lake"
       withLabel: big_mem_mono_cpus {