Skip to content

Not all "tracks" being sent using Celery #96

Description

@jorgemdnt

Hello there! I have a problem upgrading to versions >1.2.3.

We had code that was something like this:

for model in model_list:
    # ...
    send_foo_metric.delay(model.company_id, model.id)

Inside the task there is the usual analytics.track.

Every day this code is ran with about 100 to 150 "models". It worked on every model until we tried to upgrade to 1.2.4 and above. There is no exception thrown, no errors on any tasks, but only about 10% ~ 20% from the tracks are sent.

I have tried checking the diff from version 1.2.3 to 1.2.4 but there was nothing very obvious to me that could cause the problem. The problem also occurs on the latest version. Can anyone help?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions