liteq
liteq copied to clipboard
Serverless R message queue using SQLite
Results
4
liteq issues
Sort by
recently updated
recently updated
newest added
#25 is a nice feature, but still doesn't fix issues with high concurrency (probably #23 too), it just postpones them, because nothing prevents the user from calling `publish` several times...
bug
This is my take at #28, which partially revisits #26. This PR basically - makes `do_db_execute` take the lock, because every call to it is a write; - makes `publish`...