You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need timeout support on long-running operations like Db, HTTP calls, etc. timeout middleware does not support cancellation with context and also has race conditions.
Additional Context (optional)
Let's think about a situation, a DB operation may take a long time. When we limit a timeout, It should also cancel the DB operations if the timeout limit exceeds.
Thanks for opening your first issue here! 🎉 Be sure to follow the issue template! If you need help or want to chat with us, join us on Discord https://gofiber.io/discord
Feature Description
Need timeout support on long-running operations like Db, HTTP calls, etc. timeout middleware does not support cancellation with context and also has race conditions.
Additional Context (optional)
Let's think about a situation, a DB operation may take a long time. When we limit a timeout, It should also cancel the DB operations if the timeout limit exceeds.
Code Snippet (optional)
No response
Checklist:
The text was updated successfully, but these errors were encountered: