Near
Explore posts from serversCCConvex Community
•Created by Near on 9/1/2024 in #support-community
Guarantees for the timing of scheduled functions
Hey folks, I've got a question regarding the timing of scheduled functions (not cron jobs). While the docs describe guarantees regarding how often they are retried I haven't seen details about guarantees on the timing. I was curious if there are guarantees that the functions will be invoked on time (or at least with minimal delay) unlike with some other services where I've experienced up to minutes of delays.
13 replies
DTDrizzle Team
•Created by Near on 5/17/2023 in #help
Ordering by a string column but coercing it to a number for ordering
I have a column that mostly contains numbers with only a very few exceptions and want to apply order by, but given the column is of type TEXT the ordering is of course 1, 10, 100, 101, ...
Any suggestions how to coerce the column for ordering? Probably applying the sql tag with an ABS or so?
2 replies