https://bugzilla.wikimedia.org/show_bug.cgi?id=63737

            Bug ID: 63737
           Summary: Limit what we serialize to celery via task.delay(...)
           Product: Analytics
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Wikimetrics
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]
       Web browser: ---
   Mobile Platform: ---

Serialization to celery is expensive and unnecessary.  Our code is currently
using the style:

    some_instance.task.delay(some_instance)

to pass itself to celery.  This is silly, cumbersome, and wrong.  We should fix
it across the whole codebase.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to