convex functions so powerful we have to
convex functions so powerful we have to remind people that javascript functions still exist 😄
5 Replies
but thinking more about this. if i'm using javascript functions will these still benefit from convex retry system or maybe conflict system? cache etc please don't tell me its obvious again i'm just eating convex's architecture too much 😂
running a javascript function is just like running the code inline within your query/mutation. so the inner function won't get cached or retried, but the full query/mutation can still be cached or retried.
Does an inner ctx.db.query() get cached?
yep
Cache money