Skip to content

Commit

Permalink
Merge pull request #244 from unicef-drp/exclude-checker-task-from-bg-…
Browse files Browse the repository at this point in the history
…table

add trigger_storage_checker_api to celery exclude task
  • Loading branch information
danangmassandy authored Oct 16, 2024
2 parents c5133dd + 355a3f2 commit 93d255e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion django_project/core/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
'remove_old_background_tasks',
'check_celery_background_tasks',
'celery.backend_cleanup',
'expire_export_request'
'expire_export_request',
'trigger_storage_checker_api'
]


Expand Down

1 comment on commit 93d255e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for django_project/dashboard

St.
Category Percentage Covered / Total
🔴 Statements 5.16% 520/10077
🔴 Branches 0.72% 39/5421
🔴 Functions 2.38% 59/2478
🔴 Lines 5.24% 514/9811

Test suite run success

12 tests passing in 5 suites.

Report generated by 🧪jest coverage report action from 93d255e

Please sign in to comment.