Would be great for local development if we could have a way to trigger a single task
sentry send_task namespace:task_id --args '["one", 2]' --kwargs '{"k": "v"}' --repeat 100
this would let folks do iterative development locally more easily as they can generate tasks, or script workloads for load-testing.