Skip to content
Snippets Groups Projects
  1. Jan 28, 2019
  2. Jan 18, 2019
  3. Jan 17, 2019
  4. Jan 16, 2019
  5. Jan 15, 2019
  6. Jan 14, 2019
  7. Jan 10, 2019
  8. Jan 08, 2019
  9. Dec 19, 2018
    • Nicolas Dandrimont's avatar
      Explicitly register class-based tasks inheriting from our own class · b6bc2f2a
      Nicolas Dandrimont authored
      This lets go of the metaclass madness imported from Celery 3, and goes for an
      explicit task registration mechanism as advised in Celery 4.
      
      We do explicit registration of all our tasks in the 'worker ready' signal, just
      before they automatically subscribe to the task queues.
      
      Unfortunately that signal is not emitted by the "test fixture" worker, so we
      need to explicitly register class-based tasks that are being used in tests. This
      doesn't show up for functions as the @task decorator handles registration.
      v0.0.38
      b6bc2f2a
  10. Dec 18, 2018
Loading