Josh Callender

Results 8 issues of Josh Callender

## Description I was running into a misconfigured version of a client - the result was a misconfigured client, but the error messages were unclear how to fix the problem....

## Description This will create 2 new models, `ProjectTemplate` and `ProjectTemplateOptions`. These models will be used to store settings across multiple projects. This PR also creates a 1 to 1...

Scope: Backend

## Description Error report: https://sentry.sentry.io/issues/4527458007/?project=1 Looks like this was missed after [we migrated](https://github.com/getsentry/sentry/pull/67563/files) from projects being stored on the alert_rule. This can now be removed because all projects should exist...

Scope: Backend

## Description 📜 [Tech Spec](https://www.notion.so/sentry/Alerts-Create-Issues-9114a498098143178839d584c293fe75?pvs=4#0f513ed0ba46424fa79cd0ba0788c6f2) - Adds `DataPacket` as a Protocol, so we can enforce a base set of attributes - Adds `process_data_sources` method - Adds telemetry - Tracking by...

Scope: Backend

## Description The goal of this PR is to enable the jitter code path here: https://github.com/getsentry/snuba/blob/40d2510c1ab598ba501586688b77189757089cd5/snuba/subscriptions/scheduler.py#L118-L135 for queries with a resolution up to 30 minutes. Here's what the load profile...

## Description Follow up PR for: https://github.com/getsentry/sentry/pull/78272/ Will complete the removal of the table 🎉

Scope: Backend
Stale

## Description Since so much of the system needs access to the `WorkflowEventData.event.group` and the `Activity` model doesn't support it (but we do have access to it), so i moved...

Scope: Backend

## Description - Create a celery task namespace for the workflow engine tasks - Create a task for processing an activity in the workflow_engine -- this will allow us to...

Scope: Backend