Skip to content

Commit

Permalink
feat: add new TA tasks names
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-sentry committed Dec 27, 2024
1 parent abc6b36 commit e060c6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shared/celery_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
f"app.tasks.{TaskConfigGroup.test_results.value}.TestResultsFinisherTask"
)

ta_processor_task_name = f"app.tasks.{TaskConfigGroup.test_results.value}.TAProcessor"
ta_finisher_task_name = f"app.tasks.{TaskConfigGroup.test_results.value}.TAFinisher"

sync_test_results_task_name = (
f"app.tasks.{TaskConfigGroup.test_results.value}.SyncTestResultsTask"
)
Expand Down

0 comments on commit e060c6c

Please sign in to comment.