Jay Ma

Results 18 comments of Jay Ma

yeah sorry forgot to mention, the DateTime passed in already have tz=NY

so the best practice when handling a large amount of data is using `get_bars_iter`?

+1 on this, do you know when are you expecting to release code?

hello im still having this issue after this suggested fix... ![image](https://github.com/PostHog/posthog/assets/7081617/e8601a3d-dee0-407b-a7dc-67e1cda47385) any help? `docker logs fbe838a223d2` ``` ./bin/temporal-django-worker: line 1: kill: (-6) - No such process {'event': '\n You are...

> @doudoujay just faced the same issue, made changes you've referred to, `docker-compose up -d` and it works @zytfo Hey I run docker-compose restart But it didn't work

/vote could you please support this?

x-ratelimit-limit-requests is `None` ![image](https://github.com/user-attachments/assets/50c33b54-cd6d-41da-9546-f0df25b0789a) and this is causing problem from side of ddtrace - ![image](https://github.com/user-attachments/assets/0db138b0-7868-4125-866a-c1d982b91a5b) In this case int(None) would throw error ![image](https://github.com/user-attachments/assets/f2c0e5b5-2bd5-4710-a845-47b0ed162c93) @krrishdholakia

can we make the default behavior returning None rather than returning "None"? or just done set anything if the value is None or "None" on litellm side @krrishdholakia

> > or just done set anything if the value is None > > > > i think this is what we'll need to do. don't think we can return...