ohnoah

Results 6 comments of ohnoah

![image](https://github.com/user-attachments/assets/784672df-18b0-4f05-998a-496cc2e940e0) This is the API endpoint. The generated fetch client thing just returns the stream type as a response. How I want to use this is as an event stream...

I guess I'm saying it should just not generate an endpoint if the type is event stream, since the semantics of an event stream endpoint is different. It's not correct...

but yeah, I can just ignore it for now so can definitely work around it

``` import os import uuid import asyncio import time from typing import Any import random from django.conf import settings from redis import asyncio as aioredis STARTING_BACKOFF_S = 4 MAX_BACKOFF_S =...

This looks related to Django potentially and running locally. Let me investigate further