Skip to content

Trigger Transmit after DB transaction

Sometimes the celery task was not triggered on staging. Assumption is that the task was executed before the view has committed the transaction to the database, and therefore the taks may not be able to find the Lead.

see also: https://docs.celeryq.dev/en/latest/django/first-steps-with-django.html#trigger-tasks-at-the-end-of-the-database-transaction

ref: * die-linke-app-frontend#54

Merge request reports

Loading