Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#dimpact-107] Hotfix for celery search task not showing in admin #1316

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

pi-sigma
Copy link
Contributor

Our notifications-api-common library interferes with Celery's task loading by patching the autoretry meachanism (code), which somehow prevents tasks form our apps from showing up in the admin. The temporary fix is to load the library after all our apps.

Eventually needs to be fixed in the library itself.

Taiga: https://taiga.maykinmedia.nl/project/dimpact-enschede-ssc-ict-1/issue/107

    - The notifications-api-common library interferes with Celery's task
      loading mechanism, which prevents tasks form our apps from showing
      up in the admin. The temporary fix is to load the library after all
      our apps
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.12%. Comparing base (0002256) to head (6144f4d).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1316   +/-   ##
========================================
  Coverage    95.12%   95.12%           
========================================
  Files          983      983           
  Lines        35727    35727           
========================================
  Hits         33985    33985           
  Misses        1742     1742           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pi-sigma pi-sigma requested a review from swrichards July 18, 2024 11:41
@pi-sigma pi-sigma marked this pull request as ready for review July 18, 2024 12:39
@pi-sigma pi-sigma merged commit 2db5c1b into develop Jul 18, 2024
18 checks passed
@pi-sigma pi-sigma deleted the issue/dimpact-107-search-task branch July 18, 2024 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants