Skip to content

Commit

Permalink
Remove add_to_sendgrid_list task and related information
Browse files Browse the repository at this point in the history
Signed-off-by: joseph-sentry <[email protected]>
  • Loading branch information
joseph-sentry committed Sep 21, 2023
1 parent 7c81440 commit 67559e9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 130 deletions.
1 change: 0 additions & 1 deletion celery_task_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def _get_user_plan_from_task(dbsession, task_name: str, task_kwargs: dict) -> st
owner_plan_lookup_funcs = {
# from ownerid
shared_celery_config.delete_owner_task_name: _get_user_plan_from_ownerid,
shared_celery_config.add_to_sendgrid_list_task_name: _get_user_plan_from_ownerid,
shared_celery_config.send_email_task_name: _get_user_plan_from_ownerid,
shared_celery_config.sync_repos_task_name: _get_user_plan_from_ownerid,
shared_celery_config.sync_teams_task_name: _get_user_plan_from_ownerid,
Expand Down
1 change: 0 additions & 1 deletion tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ As of 2020-08-14 the following tasks are available:
* app.tasks.remove_webhook.RemoveOldHook
* app.tasks.synchronize.Synchronize
* app.tasks.new_user_activated.NewUserActivated
* app.tasks.add_to_sendgrid_list.AddToSendgridList

You should be able to see documentation on their purpose and usage on their docstrings

Expand Down
1 change: 0 additions & 1 deletion tasks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from app import celery_app
from tasks.add_to_sendgrid_list import add_to_sendgrid_list_task
from tasks.backfill_commit_data_to_storage import backfill_commit_data_to_storage_task
from tasks.brolly_stats_rollup import brolly_stats_rollup_task
from tasks.commit_update import commit_update_task
Expand Down
38 changes: 0 additions & 38 deletions tasks/add_to_sendgrid_list.py

This file was deleted.

89 changes: 0 additions & 89 deletions tasks/tests/unit/test_add_to_sendgrid_list.py

This file was deleted.

0 comments on commit 67559e9

Please sign in to comment.