SciPost Code Repository

Skip to content
Snippets Groups Projects
  1. Feb 21, 2020
  2. Jan 19, 2020
  3. Nov 18, 2019
  4. Nov 17, 2019
  5. Jun 27, 2019
  6. Jun 11, 2019
  7. Jun 09, 2019
  8. Jun 08, 2019
  9. May 18, 2019
  10. May 13, 2019
  11. May 12, 2019
  12. May 11, 2019
  13. May 04, 2019
  14. Apr 04, 2019
  15. Mar 30, 2019
  16. Mar 28, 2019
  17. Mar 25, 2019
  18. Mar 19, 2019
  19. Mar 18, 2019
  20. Mar 08, 2019
  21. Mar 05, 2019
  22. Mar 02, 2019
  23. Feb 22, 2019
  24. Feb 20, 2019
  25. Jan 29, 2019
  26. Nov 13, 2018
  27. Oct 28, 2018
  28. Sep 26, 2018
  29. Sep 23, 2018
  30. Aug 06, 2018
  31. Jun 14, 2018
  32. Jun 12, 2018
    • Boris Ponsioen's avatar
      Adds also periodic tasks with django-celery-beat. · 7932544b
      Boris Ponsioen authored
      Note that as of now, it requires 3 services (to do with Celery) to run:
      celery -A SciPost_v1 worker --loglevel=info -E
      celery -A SciPost_v1 beat --loglevel=info --scheduler django_celery_beat.schedulers:DatabaseScheduler
      And optionally (for using the 'flower' console for monitoring tasks -
      might not use this after all):
      celery -A SciPost_v1 flower
      
      Additionally, the 'rabbitMQ' broker needs to be installed - working on
      it on the staging at the moment.
      
      I will add this in some proper config/readme later.
      7932544b
Loading