oncall-engine/engine/common/oncall_gateway
Joey Orlando 5c189c8059
add create_slack_connector_async_v2 celery task to CELERY_TASK_ROUTES + remove deprecated celery tasks (#2946)
# What this PR does
- add `common.oncall_gateway.tasks.create_slack_connector_async_v2`
celery task to `CELERY_TASK_ROUTES`
- remove two deprecated tasks in `common.oncall_gateway.tasks`

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
2023-09-01 13:40:58 +00:00
..
__init__.py Slack team connector v2 (#1581) 2023-03-28 03:27:45 +00:00
oncall_gateway_client.py Slack team connector v2 (#1581) 2023-03-28 03:27:45 +00:00
tasks.py add create_slack_connector_async_v2 celery task to CELERY_TASK_ROUTES + remove deprecated celery tasks (#2946) 2023-09-01 13:40:58 +00:00
utils.py Slack team connector v2 (#1581) 2023-03-28 03:27:45 +00:00