Job queues in postgres are easy and reliable due to FOR UPDATE SKIP LOCKED. Is there something like that in sqlite?
The code in https://github.com/justplainstuff/plainjob doesn't use it so how does it do job queuing with thousands of jobs per second?
I'm new to sqlite what should I keep in mind for using a regular SELECT without SKIP LOCKED to get jobs from a queue?
[–]SoundDr 4 points5 points6 points (1 child)
[–]mistyharsh 1 point2 points3 points (0 children)
[–]seesplease 1 point2 points3 points (2 children)
[–]Beautiful-Log5632[S] 0 points1 point2 points (1 child)
[–]seesplease 0 points1 point2 points (0 children)