Skip to content
Snippets Groups Projects
  1. Jul 04, 2023
  2. Jun 20, 2023
  3. Jun 13, 2023
  4. Jun 07, 2023
  5. May 30, 2023
    • Antoine R. Dumont's avatar
      cli.add_forge_now: Allow queue name prefix override · cf2ca93d
      Antoine R. Dumont authored
      This will allow to schedule add-forge-now requests to different queues. For example [1]
      will send git tasks to the add_forge_now_slow:swh.loader.git... queue.
      
      [1]
      ```
      swh ... add-forge-now ... \
        --preset $ENVIRONMENT \
        schedule-first-visits \
          --type-name git \
          --prefix-queue add_forge_now_slow
      ```
      cf2ca93d
  6. Apr 12, 2023
  7. Mar 28, 2023
  8. Mar 21, 2023
  9. Feb 17, 2023
  10. Feb 16, 2023
  11. Feb 02, 2023
  12. Jan 31, 2023
  13. Jan 30, 2023
  14. Jan 26, 2023
    • Antoine Lambert's avatar
      celery_backend/config: Fix missing comma in setup_log_handler · a65c4ed4
      Antoine Lambert authored
      Because of that missing comma, an exception was raised (tuple object is
      not callable) but it was caught and displayed by the _print_errors decorator
      so tests could not detect it.
      
      As a consequence, the logging configuration of celery workers was broken.
      
      Add a test to check if an exception was raised by the setup_log_handler
      function to avoid bad surprises when deploying to production or in
      docker.
      a65c4ed4
  15. Jan 25, 2023
  16. Jan 23, 2023
  17. Jan 02, 2023
  18. Dec 19, 2022
  19. Dec 08, 2022
  20. Dec 07, 2022
  21. Dec 06, 2022
  22. Oct 25, 2022
  23. Oct 18, 2022
  24. Oct 03, 2022
  25. Sep 23, 2022
  26. Sep 15, 2022
  27. Aug 22, 2022
  28. Jul 29, 2022
  29. Jul 08, 2022
  30. Jun 03, 2022
  31. May 31, 2022
  32. May 12, 2022
  33. May 09, 2022
  34. May 06, 2022
  35. Apr 28, 2022
Loading