jared hace 1 año
padre
commit
cdda4903c6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      deployment/cel_seo_click.py

+ 1 - 1
deployment/cel_seo_click.py

@@ -14,7 +14,7 @@ app = Celery('tasks', backend ='redis://172.104.92.245', broker='redis://172.104
 
 @app.on_after_configure.connect
 def setup_periodic_tasks(sender, **kwargs):
-    sender.add_periodic_task(120.0, selenium_jared_click.s(), name='add every 2 min')
+    sender.add_periodic_task(100.0, selenium_jared_click.s(), name='add every 2 min')
 
 @app.task
 def selenium_jared_click():