JackuB / mermaid-preview

Create Mermaid diagrams and charts in Slack
https://mermaid-preview.com
MIT License
15 stars 0 forks source link

Mermaid js failing with operation timeout #28

Open muffinmike opened 1 month ago

muffinmike commented 1 month ago
Screenshot 2024-07-09 at 12 34 46 PM

Doesn't happen consistently so I assume its a timeout issue. iirc slack expects a response within 3s which may be aggressive for creating + returning the png. Let me know if there are any other details I can add to help debug.

dazinator commented 2 days ago

hitting this today also

JackuB commented 2 days ago

Yes, I also ran into this last week myself. I will be migrating off fly.io host. Their machine startup times are just too variable. I have nothing else to do code-wise as I ack() Slack’s action immediatelly after receiving it. But that’s not enough if Fly.io takes 5+ seconds to provision a machine. ✌️